Skip to content

Commit

Permalink
feat(ring_theory/algebraic): is_algebraic_iff_not_injective (#9254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHughes24 committed Sep 23, 2021
1 parent 9e367ff commit ea59c90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ring_theory/algebraic.lean
Expand Up @@ -65,6 +65,10 @@ begin
simp only [algebra.mem_top, forall_prop_of_true, iff_self],
end

lemma is_algebraic_iff_not_injective {x : A} : is_algebraic R x ↔
¬ function.injective (polynomial.aeval x : polynomial R →ₐ[R] A) :=
by simp only [is_algebraic, alg_hom.injective_iff, not_forall, and.comm, exists_prop]

end

section zero_ne_one
Expand Down

0 comments on commit ea59c90

Please sign in to comment.