Documentation

LeanPool.LeanPolyABC.Lib.Wronskian

LeanPool.LeanPolyABC.Lib.Wronskian #

noncomputable def LeanPolyABC.wronskian {R : Type u_1} [CommRing R] (a b : Polynomial R) :

Wronskian: W(a, b) = ab' - a'b.

Equations
Instances For
    @[simp]
    theorem LeanPolyABC.wronskian_zero_left {R : Type u_1} [CommRing R] (a : Polynomial R) :
    wronskian 0 a = 0
    @[simp]
    theorem LeanPolyABC.wronskian_add_right {R : Type u_1} [CommRing R] (a b c : Polynomial R) :
    wronskian a (b + c) = wronskian a b + wronskian a c
    theorem LeanPolyABC.wronskian_eq_of_sum_zero {R : Type u_1} [CommRing R] {a b c : Polynomial R} (h : a + b + c = 0) :
    theorem LeanPolyABC.wronskian.degree_lt_add {R : Type u_1} [CommRing R] {a b : Polynomial R} (ha : a 0) (hb : b 0) :