|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/13.06.17.0003.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EulerPhi[n] EulerPhi[m] == (EulerPhi[m n] EulerPhi[GCD[n, m]])/GCD[n, m] /;
Element[n, Integers] && n >= 0 && Element[m, Integers] && m >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[RowBox[List["EulerPhi", "[", "n", "]"]], RowBox[List["EulerPhi", "[", "m", "]"]]]], "\[Equal]", FractionBox[RowBox[List[RowBox[List["EulerPhi", "[", RowBox[List["m", " ", "n"]], "]"]], " ", RowBox[List["EulerPhi", "[", RowBox[List["GCD", "[", RowBox[List["n", ",", "m"]], "]"]], "]"]]]], RowBox[List["GCD", "[", RowBox[List["n", ",", "m"]], "]"]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", "\[GreaterEqual]", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <mrow> <semantics> <mi> ϕ </mi> <annotation encoding='Mathematica'> TagBox["\[Phi]", EulerPhi] </annotation> </semantics> <mo> ( </mo> <mi> n </mi> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <semantics> <mi> ϕ </mi> <annotation encoding='Mathematica'> TagBox["\[Phi]", EulerPhi] </annotation> </semantics> <mo> ( </mo> <mi> m </mi> <mo> ) </mo> </mrow> </mrow> <mo> ⩵ </mo> <mfrac> <mrow> <mrow> <semantics> <mi> ϕ </mi> <annotation encoding='Mathematica'> TagBox["\[Phi]", EulerPhi] </annotation> </semantics> <mo> ( </mo> <mrow> <mi> m </mi> <mo> ⁢ </mo> <mi> n </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <semantics> <mi> ϕ </mi> <annotation encoding='Mathematica'> TagBox["\[Phi]", EulerPhi] </annotation> </semantics> <mo> ( </mo> <mrow> <mi> gcd </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> n </mi> <mo> , </mo> <mi> m </mi> </mrow> <mo> ) </mo> </mrow> <mo> ) </mo> </mrow> </mrow> <mrow> <mi> gcd </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> n </mi> <mo> , </mo> <mi> m </mi> </mrow> <mo> ) </mo> </mrow> </mfrac> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <times /> <apply> <ci> EulerPhi </ci> <ci> n </ci> </apply> <apply> <ci> EulerPhi </ci> <ci> m </ci> </apply> </apply> <apply> <times /> <apply> <ci> EulerPhi </ci> <apply> <times /> <ci> m </ci> <ci> n </ci> </apply> </apply> <apply> <ci> EulerPhi </ci> <apply> <gcd /> <ci> n </ci> <ci> m </ci> </apply> </apply> <apply> <power /> <apply> <gcd /> <ci> n </ci> <ci> m </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> n </ci> <ci> ℕ </ci> </apply> <apply> <in /> <ci> m </ci> <ci> ℕ </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List[RowBox[List["EulerPhi", "[", "n_", "]"]], " ", RowBox[List["EulerPhi", "[", "m_", "]"]]]], "]"]], "\[RuleDelayed]", RowBox[List[FractionBox[RowBox[List[RowBox[List["EulerPhi", "[", RowBox[List["m", " ", "n"]], "]"]], " ", RowBox[List["EulerPhi", "[", RowBox[List["GCD", "[", RowBox[List["n", ",", "m"]], "]"]], "]"]]]], RowBox[List["GCD", "[", RowBox[List["n", ",", "m"]], "]"]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]], "&&", RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|