Step * of Lemma Legendre_functionality

[n:ℕ]. ∀[x,y:ℝ].  Legendre(n;x) Legendre(n;y) supposing y
BY
(CompleteInductionOnNat THEN Auto) }

1
1. : ℕ
2. ∀n:ℕn. ∀[x,y:ℝ].  Legendre(n;x) Legendre(n;y) supposing y
3. : ℝ
4. : ℝ
5. y
⊢ Legendre(n;x) Legendre(n;y)


Latex:


Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[x,y:\mBbbR{}].    Legendre(n;x)  =  Legendre(n;y)  supposing  x  =  y


By


Latex:
(CompleteInductionOnNat  THEN  Auto)




Home Index