Theorems · Theorem · commutative algebra
Module.Flat.iff_forall_exists_factorization
∀ {R : Type u_1} {M : Type u_2} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M],
Module.Flat R M ↔ ∀ {l : ℕ} {f : Fin l →₀ R} {x : (Fin l →₀ R) →ₗ[R] M}, x f = 0 → ∃ k a y, x = y ∘ₗ a ∧ a f = 0Equational criterion for flatness, alternate form. A module $M$ is flat if and only if for all finite free modules $R^l$, all $f \in R^l$, and all linear maps $x \colon R^l \to M$ such that $x(f) = 0$, there exist a finite free module $R^k$ and linear maps $a \colon R^l \to R^k$ and $y \colon R^k \to M$ such that $x = y \circ a$ and $a(f) = 0$.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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 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
- Finsuppstatement and proof · cited by 5,255
- Finset.sumproof · cited by 5,195
- Idealproof · cited by 4,748
- Finset.univproof · cited by 3,473
- LinearMap.compstatement and proof · cited by 1,642
- TensorProduct.tmulproof · cited by 1,182
Cited by2
Results whose statement or proof uses this declaration.
- Module.Flat.of_forall_exists_factorizationproof · cited by 0
- Module.Flat.exists_factorization_of_apply_eq_zero_of_freeproof · cited by 0