|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/06.03.23.0009.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mod[Binomial[Sum[Subscript[m, k] p^k, {k, 0, l}], Sum[Subscript[n, k] p^k,
{k, 0, l}]], p] == Mod[Product[Binomial[Subscript[m, k],
Subscript[n, k]], {k, 0, l}], p] /; Element[p, Primes] &&
Element[Subscript[m, k], Integers] && Subscript[m, k] >= 0 &&
Element[Subscript[n, k], Integers] && Subscript[n, k] >= 0 &&
Subscript[m, k] < p && Subscript[n, k] < p
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Mod", "[", RowBox[List[RowBox[List["Binomial", "[", RowBox[List[RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "l"], RowBox[List[SubscriptBox["m", "k"], " ", SuperscriptBox["p", "k"]]]]], ",", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "l"], RowBox[List[SubscriptBox["n", "k"], " ", SuperscriptBox["p", "k"]]]]]]], "]"]], ",", "p"]], "]"]], "\[Equal]", RowBox[List["Mod", "[", RowBox[List[RowBox[List[UnderoverscriptBox["\[Product]", RowBox[List["k", "=", "0"]], "l"], RowBox[List["Binomial", "[", RowBox[List[SubscriptBox["m", "k"], ",", SubscriptBox["n", "k"]]], "]"]]]], ",", "p"]], "]"]]]], "/;", RowBox[List[RowBox[List["p", "\[Element]", "Primes"]], "\[And]", RowBox[List[SubscriptBox["m", "k"], "\[Element]", "Integers"]], "\[And]", RowBox[List[SubscriptBox["m", "k"], "\[GreaterEqual]", "0"]], "\[And]", RowBox[List[SubscriptBox["n", "k"], "\[Element]", "Integers"]], "\[And]", RowBox[List[SubscriptBox["n", "k"], "\[GreaterEqual]", "0"]], "\[And]", RowBox[List[SubscriptBox["m", "k"], "<", "p"]], "\[And]", RowBox[List[SubscriptBox["n", "k"], "<", "p"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <semantics> <mrow> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> l </mi> </munderover> <mrow> <msub> <mi> m </mi> <mi> k </mi> </msub> <mo> ⁢ </mo> <msup> <mi> p </mi> <mi> k </mi> </msup> </mrow> </mrow> </mtd> </mtr> <mtr> <mtd> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> l </mi> </munderover> <mrow> <msub> <mi> n </mi> <mi> k </mi> </msub> <mo> ⁢ </mo> <msup> <mi> p </mi> <mi> k </mi> </msup> </mrow> </mrow> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> mod </mi> <mo> ⁢ </mo> <mi> p </mi> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <rem /> <apply> <ci> Binomial </ci> <apply> <sum /> <bvar> <ci> FE`Conversion`Private`k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> FE`Conversion`Private`l </ci> </uplimit> <apply> <times /> <apply> <ci> Subscript </ci> <ci> FE`Conversion`Private`m </ci> <ci> FE`Conversion`Private`k </ci> </apply> <apply> <power /> <ci> FE`Conversion`Private`p </ci> <ci> FE`Conversion`Private`k </ci> </apply> </apply> </apply> <apply> <sum /> <bvar> <ci> FE`Conversion`Private`k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> FE`Conversion`Private`l </ci> </uplimit> <apply> <times /> <apply> <ci> Subscript </ci> <ci> FE`Conversion`Private`n </ci> <ci> FE`Conversion`Private`k </ci> </apply> <apply> <power /> <ci> FE`Conversion`Private`p </ci> <ci> FE`Conversion`Private`k </ci> </apply> </apply> </apply> </apply> <ci> FE`Conversion`Private`p </ci> </apply> </annotation-xml> </semantics> <mo> ⩵ </mo> <semantics> <mrow> <mrow> <mo> ( </mo> <mrow> <munderover> <mo> ∏ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> l </mi> </munderover> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <msub> <mi> m </mi> <mi> k </mi> </msub> </mtd> </mtr> <mtr> <mtd> <msub> <mi> n </mi> <mi> k </mi> </msub> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> mod </mi> <mo> ⁢ </mo> <mi> p </mi> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <rem /> <apply> <product /> <bvar> <ci> FE`Conversion`Private`k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> FE`Conversion`Private`l </ci> </uplimit> <apply> <ci> Binomial </ci> <apply> <ci> Subscript </ci> <ci> FE`Conversion`Private`m </ci> <ci> FE`Conversion`Private`k </ci> </apply> <apply> <ci> Subscript </ci> <ci> FE`Conversion`Private`n </ci> <ci> FE`Conversion`Private`k </ci> </apply> </apply> </apply> <ci> FE`Conversion`Private`p </ci> </apply> </annotation-xml> </semantics> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> p </mi> <mo> ∈ </mo> <semantics> <mi> ℙ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalP]", Function[Primes]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <msub> <mi> m </mi> <mi> k </mi> </msub> <mo> ∈ </mo> <semantics> <mi> ℕ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalN]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <msub> <mi> n </mi> <mi> k </mi> </msub> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <msub> <mi> m </mi> <mi> k </mi> </msub> <mo> < </mo> <mi> p </mi> </mrow> <mo> ∧ </mo> <mrow> <msub> <mi> n </mi> <mi> k </mi> </msub> <mo> < </mo> <mi> p </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <rem /> <apply> <ci> Binomial </ci> <apply> <sum /> <bvar> <ci> FE`Conversion`Private`k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> FE`Conversion`Private`l </ci> </uplimit> <apply> <times /> <apply> <ci> Subscript </ci> <ci> FE`Conversion`Private`m </ci> <ci> FE`Conversion`Private`k </ci> </apply> <apply> <power /> <ci> FE`Conversion`Private`p </ci> <ci> FE`Conversion`Private`k </ci> </apply> </apply> </apply> <apply> <sum /> <bvar> <ci> FE`Conversion`Private`k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> FE`Conversion`Private`l </ci> </uplimit> <apply> <times /> <apply> <ci> Subscript </ci> <ci> FE`Conversion`Private`n </ci> <ci> FE`Conversion`Private`k </ci> </apply> <apply> <power /> <ci> FE`Conversion`Private`p </ci> <ci> FE`Conversion`Private`k </ci> </apply> </apply> </apply> </apply> <ci> FE`Conversion`Private`p </ci> </apply> <apply> <rem /> <apply> <product /> <bvar> <ci> FE`Conversion`Private`k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> FE`Conversion`Private`l </ci> </uplimit> <apply> <ci> Binomial </ci> <apply> <ci> Subscript </ci> <ci> FE`Conversion`Private`m </ci> <ci> FE`Conversion`Private`k </ci> </apply> <apply> <ci> Subscript </ci> <ci> FE`Conversion`Private`n </ci> <ci> FE`Conversion`Private`k </ci> </apply> </apply> </apply> <ci> FE`Conversion`Private`p </ci> </apply> </apply> <apply> <and /> <apply> <in /> <ci> p </ci> <primes /> </apply> <apply> <in /> <apply> <ci> Subscript </ci> <ci> m </ci> <ci> k </ci> </apply> <integers /> </apply> <apply> <in /> <apply> <ci> Subscript </ci> <ci> n </ci> <ci> k </ci> </apply> <ci> ℕ </ci> </apply> <apply> <lt /> <apply> <ci> Subscript </ci> <ci> m </ci> <ci> k </ci> </apply> <ci> p </ci> </apply> <apply> <lt /> <apply> <ci> Subscript </ci> <ci> n </ci> <ci> k </ci> </apply> <ci> p </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Mod", "[", RowBox[List[RowBox[List["Binomial", "[", RowBox[List[RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k_", "=", "0"]], "l_"], RowBox[List[SubscriptBox["m_", "k_"], " ", SuperscriptBox["p_", "k_"]]]]], ",", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k_", "=", "0"]], "l_"], RowBox[List[SubscriptBox["n_", "k_"], " ", SuperscriptBox["p_", "k_"]]]]]]], "]"]], ",", "p_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["Mod", "[", RowBox[List[RowBox[List[UnderoverscriptBox["\[Product]", RowBox[List["k", "=", "0"]], "l"], RowBox[List["Binomial", "[", RowBox[List[SubscriptBox["mm", "k"], ",", SubscriptBox["nn", "k"]]], "]"]]]], ",", "p"]], "]"]], "/;", RowBox[List[RowBox[List["p", "\[Element]", "Primes"]], "&&", RowBox[List[SubscriptBox["mm", "k"], "\[Element]", "Integers"]], "&&", RowBox[List[SubscriptBox["mm", "k"], "\[GreaterEqual]", "0"]], "&&", RowBox[List[SubscriptBox["nn", "k"], "\[Element]", "Integers"]], "&&", RowBox[List[SubscriptBox["nn", "k"], "\[GreaterEqual]", "0"]], "&&", RowBox[List[SubscriptBox["mm", "k"], "<", "p"]], "&&", RowBox[List[SubscriptBox["nn", "k"], "<", "p"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|