Theorems · Theorem · linear algebra
Submodule.span_eq_top_of_ne_zero
∀ {R : Type u_1} {M : Type u_2} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
[Module.IsReflexive R M] {s : Set (M →ₗ[R] R)} [Module.Projective R ((M →ₗ[R] R) ⧸ Submodule.span R s)],
(∀ (z : M), z ≠ 0 → ∃ f ∈ s, f z ≠ 0) → Submodule.span R s = ⊤Consider a reflexive module and a set s of linear forms. If for any z ≠ 0 there exists
f ∈ s such that f z ≠ 0, then s spans the whole dual space.
- Defined in
- Mathlib.LinearAlgebra.Dual.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Top.topstatement and proof · cited by 9,680
- Submodulestatement and proof · cited by 7,192
- Bot.botproof · cited by 4,720
- HasQuotient.Quotientstatement and proof · cited by 2,301
- Submodule.spanstatement and proof · cited by 1,504
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.