Theorems · Definition · linear algebra
Module.DualBases.casesOn
{R : Type u_1} →
{M : Type u_2} →
{ι : Type u_3} →
[inst : CommSemiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : Module R M] →
{e : ι → M} →
{ε : ι → Module.Dual R M} →
{motive : Module.DualBases e ε → Sort u} →
(t : Module.DualBases e ε) →
((eval_same : ∀ (i : ι), (ε i) (e i) = 1) →
(eval_of_ne : Pairwise fun i j => (ε i) (e j) = 0) →
(total : ∀ {m₁ m₂ : M}, (∀ (i : ι), (ε i) m₁ = (ε i) m₂) → m₁ = m₂) →
(finite : ∀ (m : M), {i | (ε i) m ≠ 0}.Finite) → motive ⋯) →
motive t- Defined in
- Mathlib.LinearAlgebra.Dual.Basis
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Set.ofPredstatement and proof · cited by 6,101
- Set.Finitestatement and proof · cited by 1,814
- Module.Dualstatement and proof · cited by 583
- Pairwisestatement and proof · cited by 516
- Module.DualBasesstatement and proof · cited by 15
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.