Theorems · Theorem · ring theory
IsSymmetricAlgebra.induction
∀ {R : Type u_1} {M : Type u_2} [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {A : Type u_3}
[inst_3 : CommSemiring A] [inst_4 : Algebra R A] {f : M →ₗ[R] A},
IsSymmetricAlgebra f →
∀ {motive : A → Prop},
(∀ (r : R), motive ((algebraMap R A) r)) →
(∀ (x : M), motive (f x)) →
(∀ (a b : A), motive a → motive b → motive (a * b)) →
(∀ (a b : A), motive a → motive b → motive (a + b)) → ∀ (a : A), motive a- Cited by
- 0 results in Mathlib
- Foundations
- Depth 55 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement · cited by 10,189
- Algebra.algebraMapstatement and proof · cited by 4,706
- map_mulproof · cited by 1,137
- map_addproof · cited by 964
- Equiv.invFunproof · cited by 163
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.