Theorems · Theorem · commutative algebra
Module.free_def
∀ (R : Type u) (M : Type v) [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [Small.{w, v} M],
Module.Free R M ↔ ∃ I, Nonempty (Module.Basis I R M)If M fits in universe w, then freeness is equivalent to existence of a basis in that
universe.
Note that if M does not fit in w, the reverse direction of this implication is still true as
Module.Free.of_basis.
- Defined in
- Mathlib.LinearAlgebra.FreeModule.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Set.Elemproof · cited by 7,166
- Set.rangeproof · cited by 4,705
- Module.Basisstatement and proof · cited by 1,477
- Module.Freestatement and proof · cited by 597
- Smallstatement and proof · cited by 369
- Nonempty.someproof · cited by 340
- Shrinkproof · cited by 132
- equivShrinkproof · cited by 118
Cited by3
Results whose statement or proof uses this declaration.
- Module.Free.of_basisproof · cited by 20
- LinearMap.trace_conj'proof · cited by 8
- Module.free_iff_exists_presentationproof · cited by 0