Theorems · Theorem · ring theory
IsUnit.algebraMap_of_algebraMap
∀ {R : Type u_1} {A : Type u_2} {B : Type u_3} [inst : CommSemiring R] [inst_1 : Semiring A] [inst_2 : Semiring B]
[inst_3 : Algebra R A] [inst_4 : Algebra R B] (f : A →ₗ[R] B),
f 1 = 1 → ∀ {r : R}, IsUnit ((algebraMap R A) r) → IsUnit ((algebraMap R B) r)If there is a linear map f : A →ₗ[R] B that preserves 1, then algebraMap R B r is
a unit when algebraMap R A r is.
- Defined in
- Mathlib.Algebra.Algebra.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- 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
- IsUnitstatement and proof · cited by 1,602
- Invertibleproof · cited by 549
- isUnit_of_invertibleproof · cited by 26
- IsUnit.nonempty_invertibleproof · cited by 16
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.