state
stringlengths
0
159k
srcUpToTactic
stringlengths
387
167k
nextTactic
stringlengths
3
9k
declUpToTactic
stringlengths
22
11.5k
declId
stringlengths
38
95
decl
stringlengths
16
1.89k
file_tag
stringlengths
17
73
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I J : FractionalIdea...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [smul_comm]
theorem isFractional_span_iff {s : Set P} : IsFractional S (span R s) ↔ ∃ a ∈ S, ∀ b : P, b ∈ s → IsInteger R (a • b) := ⟨fun ⟨a, a_mem, h⟩ => ⟨a, a_mem, fun b hb => h b (subset_span hb)⟩, fun ⟨a, a_mem, h⟩ => ⟨a, a_mem, fun b hb => span_induction hb h (by rw [smul_zero] exac...
Mathlib.RingTheory.FractionalIdeal.836_0.90B1BH8AtSmfl9S
theorem isFractional_span_iff {s : Set P} : IsFractional S (span R s) ↔ ∃ a ∈ S, ∀ b : P, b ∈ s → IsInteger R (a • b)
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I J : FractionalIdea...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact isInteger_smul hx
theorem isFractional_span_iff {s : Set P} : IsFractional S (span R s) ↔ ∃ a ∈ S, ∀ b : P, b ∈ s → IsInteger R (a • b) := ⟨fun ⟨a, a_mem, h⟩ => ⟨a, a_mem, fun b hb => h b (subset_span hb)⟩, fun ⟨a, a_mem, h⟩ => ⟨a, a_mem, fun b hb => span_induction hb h (by rw [smul_zero] exac...
Mathlib.RingTheory.FractionalIdeal.836_0.90B1BH8AtSmfl9S
theorem isFractional_span_iff {s : Set P} : IsFractional S (span R s) ↔ ∃ a ∈ S, ∀ b : P, b ∈ s → IsInteger R (a • b)
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rcases hI with ⟨I, rfl⟩
theorem isFractional_of_fg {I : Submodule R P} (hI : I.FG) : IsFractional S I := by
Mathlib.RingTheory.FractionalIdeal.852_0.90B1BH8AtSmfl9S
theorem isFractional_of_fg {I : Submodule R P} (hI : I.FG) : IsFractional S I
Mathlib_RingTheory_FractionalIdeal
case intro R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : Fr...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rcases exist_integer_multiples_of_finset S I with ⟨⟨s, hs1⟩, hs⟩
theorem isFractional_of_fg {I : Submodule R P} (hI : I.FG) : IsFractional S I := by rcases hI with ⟨I, rfl⟩
Mathlib.RingTheory.FractionalIdeal.852_0.90B1BH8AtSmfl9S
theorem isFractional_of_fg {I : Submodule R P} (hI : I.FG) : IsFractional S I
Mathlib_RingTheory_FractionalIdeal
case intro.intro.mk R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [isFractional_span_iff]
theorem isFractional_of_fg {I : Submodule R P} (hI : I.FG) : IsFractional S I := by rcases hI with ⟨I, rfl⟩ rcases exist_integer_multiples_of_finset S I with ⟨⟨s, hs1⟩, hs⟩
Mathlib.RingTheory.FractionalIdeal.852_0.90B1BH8AtSmfl9S
theorem isFractional_of_fg {I : Submodule R P} (hI : I.FG) : IsFractional S I
Mathlib_RingTheory_FractionalIdeal
case intro.intro.mk R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact ⟨s, hs1, hs⟩
theorem isFractional_of_fg {I : Submodule R P} (hI : I.FG) : IsFractional S I := by rcases hI with ⟨I, rfl⟩ rcases exist_integer_multiples_of_finset S I with ⟨⟨s, hs1⟩, hs⟩ rw [isFractional_span_iff]
Mathlib.RingTheory.FractionalIdeal.852_0.90B1BH8AtSmfl9S
theorem isFractional_of_fg {I : Submodule R P} (hI : I.FG) : IsFractional S I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J✝ : FractionalId...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simpa using mem_coe.mpr hx
theorem mem_span_mul_finite_of_mem_mul {I J : FractionalIdeal S P} {x : P} (hx : x ∈ I * J) : ∃ T T' : Finset P, (T : Set P) ⊆ I ∧ (T' : Set P) ⊆ J ∧ x ∈ span R (T * T' : Set P) := Submodule.mem_span_mul_finite_of_mem_mul (by
Mathlib.RingTheory.FractionalIdeal.859_0.90B1BH8AtSmfl9S
theorem mem_span_mul_finite_of_mem_mul {I J : FractionalIdeal S P} {x : P} (hx : x ∈ I * J) : ∃ T T' : Finset P, (T : Set P) ⊆ I ∧ (T' : Set P) ⊆ J ∧ x ∈ span R (T * T' : Set P)
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← coeIdeal_fg S inj I]
theorem _root_.Ideal.fg_of_isUnit (inj : Function.Injective (algebraMap R P)) (I : Ideal R) (h : IsUnit (I : FractionalIdeal S P)) : I.FG := by
Mathlib.RingTheory.FractionalIdeal.881_0.90B1BH8AtSmfl9S
theorem _root_.Ideal.fg_of_isUnit (inj : Function.Injective (algebraMap R P)) (I : Ideal R) (h : IsUnit (I : FractionalIdeal S P)) : I.FG
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact FractionalIdeal.fg_of_isUnit I h
theorem _root_.Ideal.fg_of_isUnit (inj : Function.Injective (algebraMap R P)) (I : Ideal R) (h : IsUnit (I : FractionalIdeal S P)) : I.FG := by rw [← coeIdeal_fg S inj I]
Mathlib.RingTheory.FractionalIdeal.881_0.90B1BH8AtSmfl9S
theorem _root_.Ideal.fg_of_isUnit (inj : Function.Injective (algebraMap R P)) (I : Ideal R) (h : IsUnit (I : FractionalIdeal S P)) : I.FG
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I J : FractionalIdea...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [RingEquiv.toMonoidHom_refl, Submonoid.map_id]
/-- `canonicalEquiv f f'` is the canonical equivalence between the fractional ideals in `P` and in `P'`, which are both localizations of `R` at `S`. -/ noncomputable irreducible_def canonicalEquiv : FractionalIdeal S P ≃+* FractionalIdeal S P' := mapEquiv { ringEquivOfRingEquiv P P' (RingEquiv.refl R) (sh...
Mathlib.RingTheory.FractionalIdeal.889_0.90B1BH8AtSmfl9S
/-- `canonicalEquiv f f'` is the canonical equivalence between the fractional ideals in `P` and in `P'`, which are both localizations of `R` at `S`. -/ noncomputable irreducible_def canonicalEquiv : FractionalIdeal S P ≃+* FractionalIdeal S P'
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [canonicalEquiv, mapEquiv_apply, mem_map]
@[simp] theorem mem_canonicalEquiv_apply {I : FractionalIdeal S P} {x : P'} : x ∈ canonicalEquiv S P P' I ↔ ∃ y ∈ I, IsLocalization.map P' (RingHom.id R) (fun y (hy : y ∈ S) => show RingHom.id R y ∈ S from hy) (y : P) = x := by
Mathlib.RingTheory.FractionalIdeal.898_0.90B1BH8AtSmfl9S
@[simp] theorem mem_canonicalEquiv_apply {I : FractionalIdeal S P} {x : P'} : x ∈ canonicalEquiv S P P' I ↔ ∃ y ∈ I, IsLocalization.map P' (RingHom.id R) (fun y (hy : y ∈ S) => show RingHom.id R y ∈ S from hy) (y : P) = x
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact ⟨fun ⟨y, mem, Eq⟩ => ⟨y, mem, Eq⟩, fun ⟨y, mem, Eq⟩ => ⟨y, mem, Eq⟩⟩
@[simp] theorem mem_canonicalEquiv_apply {I : FractionalIdeal S P} {x : P'} : x ∈ canonicalEquiv S P P' I ↔ ∃ y ∈ I, IsLocalization.map P' (RingHom.id R) (fun y (hy : y ∈ S) => show RingHom.id R y ∈ S from hy) (y : P) = x := by rw [canonicalEquiv, mapEquiv_apply, mem_map]
Mathlib.RingTheory.FractionalIdeal.898_0.90B1BH8AtSmfl9S
@[simp] theorem mem_canonicalEquiv_apply {I : FractionalIdeal S P} {x : P'} : x ∈ canonicalEquiv S P P' I ↔ ∃ y ∈ I, IsLocalization.map P' (RingHom.id R) (fun y (hy : y ∈ S) => show RingHom.id R y ∈ S from hy) (y : P) = x
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [mem_canonicalEquiv_apply, canonicalEquiv, mapEquiv_symm, mapEquiv_apply, mem_map]
@[simp] theorem canonicalEquiv_symm : (canonicalEquiv S P P').symm = canonicalEquiv S P' P := RingEquiv.ext fun I => SetLike.ext_iff.mpr fun x => by
Mathlib.RingTheory.FractionalIdeal.909_0.90B1BH8AtSmfl9S
@[simp] theorem canonicalEquiv_symm : (canonicalEquiv S P P').symm = canonicalEquiv S P' P
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact ⟨fun ⟨y, mem, Eq⟩ => ⟨y, mem, Eq⟩, fun ⟨y, mem, Eq⟩ => ⟨y, mem, Eq⟩⟩
@[simp] theorem canonicalEquiv_symm : (canonicalEquiv S P P').symm = canonicalEquiv S P' P := RingEquiv.ext fun I => SetLike.ext_iff.mpr fun x => by rw [mem_canonicalEquiv_apply, canonicalEquiv, mapEquiv_symm, mapEquiv_apply, mem_map]
Mathlib.RingTheory.FractionalIdeal.909_0.90B1BH8AtSmfl9S
@[simp] theorem canonicalEquiv_symm : (canonicalEquiv S P P').symm = canonicalEquiv S P' P
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← canonicalEquiv_symm]
theorem canonicalEquiv_flip (I) : canonicalEquiv S P P' (canonicalEquiv S P' P I) = I := by
Mathlib.RingTheory.FractionalIdeal.918_0.90B1BH8AtSmfl9S
theorem canonicalEquiv_flip (I) : canonicalEquiv S P P' (canonicalEquiv S P' P I) = I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
erw [RingEquiv.apply_symm_apply]
theorem canonicalEquiv_flip (I) : canonicalEquiv S P P' (canonicalEquiv S P' P I) = I := by rw [← canonicalEquiv_symm];
Mathlib.RingTheory.FractionalIdeal.918_0.90B1BH8AtSmfl9S
theorem canonicalEquiv_flip (I) : canonicalEquiv S P P' (canonicalEquiv S P' P I) = I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝⁶ : CommRing P' inst✝⁵ : Algebra R P' loc' : IsLocalization S P' P''✝ : Type u_4 inst✝⁴ : CommRing P''✝ inst✝³ : Algebra R P''✝ loc'' : IsLocalization S P''✝ I✝ J : Fraction...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
ext
@[simp] theorem canonicalEquiv_canonicalEquiv (P'' : Type*) [CommRing P''] [Algebra R P''] [IsLocalization S P''] (I : FractionalIdeal S P) : canonicalEquiv S P' P'' (canonicalEquiv S P P' I) = canonicalEquiv S P P'' I := by
Mathlib.RingTheory.FractionalIdeal.922_0.90B1BH8AtSmfl9S
@[simp] theorem canonicalEquiv_canonicalEquiv (P'' : Type*) [CommRing P''] [Algebra R P''] [IsLocalization S P''] (I : FractionalIdeal S P) : canonicalEquiv S P' P'' (canonicalEquiv S P P' I) = canonicalEquiv S P P'' I
Mathlib_RingTheory_FractionalIdeal
case a R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝⁶ : CommRing P' inst✝⁵ : Algebra R P' loc' : IsLocalization S P' P''✝ : Type u_4 inst✝⁴ : CommRing P''✝ inst✝³ : Algebra R P''✝ loc'' : IsLocalization S P''✝ I✝ J : F...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simp only [IsLocalization.map_map, RingHomInvPair.comp_eq₂, mem_canonicalEquiv_apply, exists_prop, exists_exists_and_eq_and]
@[simp] theorem canonicalEquiv_canonicalEquiv (P'' : Type*) [CommRing P''] [Algebra R P''] [IsLocalization S P''] (I : FractionalIdeal S P) : canonicalEquiv S P' P'' (canonicalEquiv S P P' I) = canonicalEquiv S P P'' I := by ext
Mathlib.RingTheory.FractionalIdeal.922_0.90B1BH8AtSmfl9S
@[simp] theorem canonicalEquiv_canonicalEquiv (P'' : Type*) [CommRing P''] [Algebra R P''] [IsLocalization S P''] (I : FractionalIdeal S P) : canonicalEquiv S P' P'' (canonicalEquiv S P P' I) = canonicalEquiv S P P'' I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : FractionalIde...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
ext
@[simp] theorem canonicalEquiv_coeIdeal (I : Ideal R) : canonicalEquiv S P P' I = I := by
Mathlib.RingTheory.FractionalIdeal.937_0.90B1BH8AtSmfl9S
@[simp] theorem canonicalEquiv_coeIdeal (I : Ideal R) : canonicalEquiv S P P' I = I
Mathlib_RingTheory_FractionalIdeal
case a R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I✝ J : Fracti...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simp [IsLocalization.map_eq]
@[simp] theorem canonicalEquiv_coeIdeal (I : Ideal R) : canonicalEquiv S P P' I = I := by ext
Mathlib.RingTheory.FractionalIdeal.937_0.90B1BH8AtSmfl9S
@[simp] theorem canonicalEquiv_coeIdeal (I : Ideal R) : canonicalEquiv S P P' I = I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I J : FractionalIdea...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← canonicalEquiv_trans_canonicalEquiv S P P]
@[simp] theorem canonicalEquiv_self : canonicalEquiv S P P = RingEquiv.refl _ := by
Mathlib.RingTheory.FractionalIdeal.943_0.90B1BH8AtSmfl9S
@[simp] theorem canonicalEquiv_self : canonicalEquiv S P P = RingEquiv.refl _
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' I J : FractionalIdea...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
convert (canonicalEquiv S P P).symm_trans_self
@[simp] theorem canonicalEquiv_self : canonicalEquiv S P P = RingEquiv.refl _ := by rw [← canonicalEquiv_trans_canonicalEquiv S P P]
Mathlib.RingTheory.FractionalIdeal.943_0.90B1BH8AtSmfl9S
@[simp] theorem canonicalEquiv_self : canonicalEquiv S P P = RingEquiv.refl _
Mathlib_RingTheory_FractionalIdeal
case h.e'_2.h.e'_10 R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P P' : Type u_3 inst✝³ : CommRing P' inst✝² : Algebra R P' loc' : IsLocalization S P' P'' : Type u_4 inst✝¹ : CommRing P'' inst✝ : Algebra R P'' loc'' : IsLocalization S P'' ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact (canonicalEquiv_symm S P P).symm
@[simp] theorem canonicalEquiv_self : canonicalEquiv S P P = RingEquiv.refl _ := by rw [← canonicalEquiv_trans_canonicalEquiv S P P] convert (canonicalEquiv S P P).symm_trans_self
Mathlib.RingTheory.FractionalIdeal.943_0.90B1BH8AtSmfl9S
@[simp] theorem canonicalEquiv_self : canonicalEquiv S P P = RingEquiv.refl _
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I J : FractionalIdeal R⁰ K h :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by simpa only using bot_lt_iff_ne_bot.mpr hI)
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I J : FractionalIdeal R⁰ K h :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simpa only using bot_lt_iff_ne_bot.mpr hI
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
case intro.intro R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I J : Fractio...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
have y_ne_zero : y ≠ 0 := by simpa using y_not_mem
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by simpa only using bot_lt_iff_ne_bot.mpr hI)
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I J : FractionalIdeal R⁰ K h :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simpa using y_not_mem
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by simpa only using bot_lt_iff_ne_bot.mpr hI) have y_ne_zero : y ≠ 0 := by
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
case intro.intro R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I J : Fractio...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
obtain ⟨z, ⟨x, hx⟩⟩ := exists_integer_multiple R⁰ y
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by simpa only using bot_lt_iff_ne_bot.mpr hI) have y_ne_zero : y ≠ 0 := by simpa us...
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
case intro.intro.intro.intro R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
refine' ⟨x, _, _⟩
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by simpa only using bot_lt_iff_ne_bot.mpr hI) have y_ne_zero : y ≠ 0 := by simpa us...
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
case intro.intro.intro.intro.refine'_1 R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionR...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [Ne.def, ← @IsFractionRing.to_map_eq_zero_iff R _ K, hx, Algebra.smul_def]
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by simpa only using bot_lt_iff_ne_bot.mpr hI) have y_ne_zero : y ≠ 0 := by simpa us...
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
case intro.intro.intro.intro.refine'_1 R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionR...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact mul_ne_zero (IsFractionRing.to_map_ne_zero_of_mem_nonZeroDivisors z.2) y_ne_zero
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by simpa only using bot_lt_iff_ne_bot.mpr hI) have y_ne_zero : y ≠ 0 := by simpa us...
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
case intro.intro.intro.intro.refine'_2 R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionR...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [hx]
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by simpa only using bot_lt_iff_ne_bot.mpr hI) have y_ne_zero : y ≠ 0 := by simpa us...
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
case intro.intro.intro.intro.refine'_2 R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionR...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact smul_mem _ _ y_mem
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I := by obtain ⟨y : K, y_mem, y_not_mem⟩ := SetLike.exists_of_lt (by simpa only using bot_lt_iff_ne_bot.mpr hI) have y_ne_zero : y ≠ 0 := by simpa us...
Mathlib.RingTheory.FractionalIdeal.968_0.90B1BH8AtSmfl9S
/-- Nonzero fractional ideals contain a nonzero integer. -/ theorem exists_ne_zero_mem_isInteger [Nontrivial R] (hI : I ≠ 0) : ∃ x, x ≠ 0 ∧ algebraMap R K x ∈ I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I J : FractionalIdeal R⁰ K h :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
obtain ⟨x, x_ne_zero, hx⟩ := exists_ne_zero_mem_isInteger hI
theorem map_ne_zero [Nontrivial R] (hI : I ≠ 0) : I.map h ≠ 0 := by
Mathlib.RingTheory.FractionalIdeal.982_0.90B1BH8AtSmfl9S
theorem map_ne_zero [Nontrivial R] (hI : I ≠ 0) : I.map h ≠ 0
Mathlib_RingTheory_FractionalIdeal
case intro.intro R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I J : Fractio...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
contrapose! x_ne_zero with map_eq_zero
theorem map_ne_zero [Nontrivial R] (hI : I ≠ 0) : I.map h ≠ 0 := by obtain ⟨x, x_ne_zero, hx⟩ := exists_ne_zero_mem_isInteger hI
Mathlib.RingTheory.FractionalIdeal.982_0.90B1BH8AtSmfl9S
theorem map_ne_zero [Nontrivial R] (hI : I ≠ 0) : I.map h ≠ 0
Mathlib_RingTheory_FractionalIdeal
case intro.intro R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I J : Fractio...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
refine' IsFractionRing.to_map_eq_zero_iff.mp (eq_zero_iff.mp map_eq_zero _ (mem_map.mpr _))
theorem map_ne_zero [Nontrivial R] (hI : I ≠ 0) : I.map h ≠ 0 := by obtain ⟨x, x_ne_zero, hx⟩ := exists_ne_zero_mem_isInteger hI contrapose! x_ne_zero with map_eq_zero
Mathlib.RingTheory.FractionalIdeal.982_0.90B1BH8AtSmfl9S
theorem map_ne_zero [Nontrivial R] (hI : I ≠ 0) : I.map h ≠ 0
Mathlib_RingTheory_FractionalIdeal
case intro.intro R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁶ : Field K inst✝⁵ : Field K' inst✝⁴ : Algebra R K inst✝³ : IsFractionRing R K inst✝² : Algebra R K' inst✝¹ : IsFractionRing R K' I J : Fractio...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact ⟨algebraMap R K x, hx, h.commutes x⟩
theorem map_ne_zero [Nontrivial R] (hI : I ≠ 0) : I.map h ≠ 0 := by obtain ⟨x, x_ne_zero, hx⟩ := exists_ne_zero_mem_isInteger hI contrapose! x_ne_zero with map_eq_zero refine' IsFractionRing.to_map_eq_zero_iff.mp (eq_zero_iff.mp map_eq_zero _ (mem_map.mpr _))
Mathlib.RingTheory.FractionalIdeal.982_0.90B1BH8AtSmfl9S
theorem map_ne_zero [Nontrivial R] (hI : I ≠ 0) : I.map h ≠ 0
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁸ : CommRing R S : Submonoid R P : Type u_2 inst✝⁷ : CommRing P inst✝⁶ : Algebra R P loc : IsLocalization S P K : Type u_3 K' : Type u_4 inst✝⁵ : Field K inst✝⁴ : Field K' inst✝³ : Algebra R K inst✝² : IsFractionRing R K inst✝¹ : Algebra R K' inst✝ : IsFractionRing R K' I✝ J : FractionalIdeal R⁰ K h :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simpa only [Ideal.one_eq_top] using coeIdeal_inj
@[simp] theorem coeIdeal_eq_one {I : Ideal R} : (I : FractionalIdeal R⁰ K) = 1 ↔ I = 1 := by
Mathlib.RingTheory.FractionalIdeal.1012_0.90B1BH8AtSmfl9S
@[simp] theorem coeIdeal_eq_one {I : Ideal R} : (I : FractionalIdeal R⁰ K) = 1 ↔ I = 1
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁵ : CommRing R S : Submonoid R P : Type u_2 inst✝⁴ : CommRing P inst✝³ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝² : CommRing R₁ K : Type u_4 inst✝¹ : Field K inst✝ : Algebra R₁ K frac : IsFractionRing R₁ K h : 0 = 1 ⊢ 1 ∈ 0
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← (algebraMap R₁ K).map_one]
instance : Nontrivial (FractionalIdeal R₁⁰ K) := ⟨⟨0, 1, fun h => have this : (1 : K) ∈ (0 : FractionalIdeal R₁⁰ K) := by
Mathlib.RingTheory.FractionalIdeal.1043_0.90B1BH8AtSmfl9S
instance : Nontrivial (FractionalIdeal R₁⁰ K)
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁵ : CommRing R S : Submonoid R P : Type u_2 inst✝⁴ : CommRing P inst✝³ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝² : CommRing R₁ K : Type u_4 inst✝¹ : Field K inst✝ : Algebra R₁ K frac : IsFractionRing R₁ K h : 0 = 1 ⊢ (algebraMap R₁ K) 1 ∈ 0
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simpa only [h] using coe_mem_one R₁⁰ 1
instance : Nontrivial (FractionalIdeal R₁⁰ K) := ⟨⟨0, 1, fun h => have this : (1 : K) ∈ (0 : FractionalIdeal R₁⁰ K) := by rw [← (algebraMap R₁ K).map_one]
Mathlib.RingTheory.FractionalIdeal.1043_0.90B1BH8AtSmfl9S
instance : Nontrivial (FractionalIdeal R₁⁰ K)
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁵ : CommRing R S : Submonoid R P : Type u_2 inst✝⁴ : CommRing P inst✝³ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝² : CommRing R₁ K : Type u_4 inst✝¹ : Field K inst✝ : Algebra R₁ K frac : IsFractionRing R₁ K I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I = 0 ⊢ 0 = 1
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
convert h
theorem ne_zero_of_mul_eq_one (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : I ≠ 0 := fun hI => zero_ne_one' (FractionalIdeal R₁⁰ K) (by
Mathlib.RingTheory.FractionalIdeal.1050_0.90B1BH8AtSmfl9S
theorem ne_zero_of_mul_eq_one (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : I ≠ 0
Mathlib_RingTheory_FractionalIdeal
case h.e'_2 R : Type u_1 inst✝⁵ : CommRing R S : Submonoid R P : Type u_2 inst✝⁴ : CommRing P inst✝³ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝² : CommRing R₁ K : Type u_4 inst✝¹ : Field K inst✝ : Algebra R₁ K frac : IsFractionRing R₁ K I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I = 0 ⊢ 0 = I * J
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simp [hI]
theorem ne_zero_of_mul_eq_one (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : I ≠ 0 := fun hI => zero_ne_one' (FractionalIdeal R₁⁰ K) (by convert h
Mathlib.RingTheory.FractionalIdeal.1050_0.90B1BH8AtSmfl9S
theorem ne_zero_of_mul_eq_one (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : I ≠ 0
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI : ∀ b ∈ I, ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h)
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI : ∀ b ∈ I, ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simpa only using bot_lt_iff_ne_bot.mpr h
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
case intro.intro R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
obtain ⟨y', hy'⟩ := hJ y mem_J
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h)
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
case intro.intro.intro R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
use aI * y'
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
case h R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI : ∀ ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
constructor
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
case h.left R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
apply (nonZeroDivisors R₁).mul_mem haI (mem_nonZeroDivisors_iff_ne_zero.mpr _)
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI : ∀ b ∈ I, ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
intro y'_eq_zero
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI : ∀ b ∈ I, ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
have : algebraMap R₁ K aJ * y = 0 := by rw [← Algebra.smul_def, ← hy', y'_eq_zero, RingHom.map_zero]
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI : ∀ b ∈ I, ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← Algebra.smul_def, ← hy', y'_eq_zero, RingHom.map_zero]
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI : ∀ b ∈ I, ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
have y_zero := (mul_eq_zero.mp this).resolve_left (mt ((injective_iff_map_eq_zero (algebraMap R₁ K)).1 (IsFractionRing.injective _ _) _) (mem_nonZeroDivisors_iff_ne_zero.mp haJ))
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI : ∀ b ∈ I, ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
apply not_mem_zero
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI : ∀ b ∈ I, ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simpa
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
case h.right R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ h...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
intro b hb
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
case h.right R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ h...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
convert hI _ (hb _ (Submodule.smul_mem _ aJ mem_J)) using 1
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
case h.e'_6 R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I J : Submodule R₁ K aI : R₁ haI : aI ∈ R₁⁰ hI...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← hy', mul_comm b, ← Algebra.smul_def, mul_smul]
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩ := SetLike.exists_of_lt (show 0 < J by simpa only using bot_lt_iff_ne_bot.mpr h) obta...
Mathlib.RingTheory.FractionalIdeal.1059_0.90B1BH8AtSmfl9S
theorem _root_.IsFractional.div_of_nonzero {I J : Submodule R₁ K} : IsFractional R₁⁰ I → IsFractional R₁⁰ J → J ≠ 0 → IsFractional R₁⁰ (I / J) | ⟨aI, haI, hI⟩, ⟨aJ, haJ, hJ⟩, h => by obtain ⟨y, mem_J, not_mem_zero⟩
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : J ≠ 0 x : K ⊢ x ∈ I ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [div_nonzero h]
theorem mem_div_iff_of_nonzero {I J : FractionalIdeal R₁⁰ K} (h : J ≠ 0) {x} : x ∈ I / J ↔ ∀ y ∈ J, x * y ∈ I := by
Mathlib.RingTheory.FractionalIdeal.1109_0.90B1BH8AtSmfl9S
theorem mem_div_iff_of_nonzero {I J : FractionalIdeal R₁⁰ K} (h : J ≠ 0) {x} : x ∈ I / J ↔ ∀ y ∈ J, x * y ∈ I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : J ≠ 0 x : K ⊢ x ∈ { ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact Submodule.mem_div_iff_forall_mul_mem
theorem mem_div_iff_of_nonzero {I J : FractionalIdeal R₁⁰ K} (h : J ≠ 0) {x} : x ∈ I / J ↔ ∀ y ∈ J, x * y ∈ I := by rw [div_nonzero h]
Mathlib.RingTheory.FractionalIdeal.1109_0.90B1BH8AtSmfl9S
theorem mem_div_iff_of_nonzero {I J : FractionalIdeal R₁⁰ K} (h : J ≠ 0) {x} : x ∈ I / J ↔ ∀ y ∈ J, x * y ∈ I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K ⊢ I * (1 / I) ≤ 1
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
by_cases hI : I = 0
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1 := by
Mathlib.RingTheory.FractionalIdeal.1115_0.90B1BH8AtSmfl9S
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1
Mathlib_RingTheory_FractionalIdeal
case pos R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K hI : I = 0 ⊢ I * (...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [hI, div_zero, mul_zero]
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1 := by by_cases hI : I = 0 ·
Mathlib.RingTheory.FractionalIdeal.1115_0.90B1BH8AtSmfl9S
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1
Mathlib_RingTheory_FractionalIdeal
case pos R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K hI : I = 0 ⊢ 0 ≤ 1
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact zero_le 1
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1 := by by_cases hI : I = 0 · rw [hI, div_zero, mul_zero]
Mathlib.RingTheory.FractionalIdeal.1115_0.90B1BH8AtSmfl9S
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1
Mathlib_RingTheory_FractionalIdeal
case neg R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K hI : ¬I = 0 ⊢ I * ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← coe_le_coe, coe_mul, coe_div hI, coe_one]
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1 := by by_cases hI : I = 0 · rw [hI, div_zero, mul_zero] exact zero_le 1 ·
Mathlib.RingTheory.FractionalIdeal.1115_0.90B1BH8AtSmfl9S
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1
Mathlib_RingTheory_FractionalIdeal
case neg R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K hI : ¬I = 0 ⊢ ↑I *...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
apply Submodule.mul_one_div_le_one
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1 := by by_cases hI : I = 0 · rw [hI, div_zero, mul_zero] exact zero_le 1 · rw [← coe_le_coe, coe_mul, coe_div hI, coe_one]
Mathlib.RingTheory.FractionalIdeal.1115_0.90B1BH8AtSmfl9S
theorem mul_one_div_le_one {I : FractionalIdeal R₁⁰ K} : I * (1 / I) ≤ 1
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K hI : I ≤ 1 ⊢ I ≤ I * (1 / I...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
by_cases hI_nz : I = 0
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I) := by
Mathlib.RingTheory.FractionalIdeal.1123_0.90B1BH8AtSmfl9S
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I)
Mathlib_RingTheory_FractionalIdeal
case pos R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K hI : I ≤ 1 hI_nz :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [hI_nz, div_zero, mul_zero]
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I) := by by_cases hI_nz : I = 0 ·
Mathlib.RingTheory.FractionalIdeal.1123_0.90B1BH8AtSmfl9S
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I)
Mathlib_RingTheory_FractionalIdeal
case neg R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K hI : I ≤ 1 hI_nz :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← coe_le_coe, coe_mul, coe_div hI_nz, coe_one]
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I) := by by_cases hI_nz : I = 0 · rw [hI_nz, div_zero, mul_zero] ·
Mathlib.RingTheory.FractionalIdeal.1123_0.90B1BH8AtSmfl9S
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I)
Mathlib_RingTheory_FractionalIdeal
case neg R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K hI : I ≤ 1 hI_nz :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← coe_le_coe, coe_one] at hI
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I) := by by_cases hI_nz : I = 0 · rw [hI_nz, div_zero, mul_zero] · rw [← coe_le_coe, coe_mul, coe_div hI_nz, coe_one]
Mathlib.RingTheory.FractionalIdeal.1123_0.90B1BH8AtSmfl9S
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I)
Mathlib_RingTheory_FractionalIdeal
case neg R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K hI : ↑I ≤ 1 hI_nz ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact Submodule.le_self_mul_one_div hI
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I) := by by_cases hI_nz : I = 0 · rw [hI_nz, div_zero, mul_zero] · rw [← coe_le_coe, coe_mul, coe_div hI_nz, coe_one] rw [← coe_le_coe, coe_one] at hI
Mathlib.RingTheory.FractionalIdeal.1123_0.90B1BH8AtSmfl9S
theorem le_self_mul_one_div {I : FractionalIdeal R₁⁰ K} (hI : I ≤ (1 : FractionalIdeal R₁⁰ K)) : I ≤ I * (1 / I)
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J J' : FractionalIdeal R₁⁰ K hJ' : J' ≠ 0 ⊢ I ≤ J ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [div_nonzero hJ']
theorem le_div_iff_mul_le {I J J' : FractionalIdeal R₁⁰ K} (hJ' : J' ≠ 0) : I ≤ J / J' ↔ I * J' ≤ J := by
Mathlib.RingTheory.FractionalIdeal.1138_0.90B1BH8AtSmfl9S
theorem le_div_iff_mul_le {I J J' : FractionalIdeal R₁⁰ K} (hJ' : J' ≠ 0) : I ≤ J / J' ↔ I * J' ≤ J
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J J' : FractionalIdeal R₁⁰ K hJ' : J' ≠ 0 ⊢ I ≤ { ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← coe_le_coe (I := I * J') (J := J), coe_mul]
theorem le_div_iff_mul_le {I J J' : FractionalIdeal R₁⁰ K} (hJ' : J' ≠ 0) : I ≤ J / J' ↔ I * J' ≤ J := by rw [div_nonzero hJ'] -- Porting note: this used to be { convert; rw }, flipped the order.
Mathlib.RingTheory.FractionalIdeal.1138_0.90B1BH8AtSmfl9S
theorem le_div_iff_mul_le {I J J' : FractionalIdeal R₁⁰ K} (hJ' : J' ≠ 0) : I ≤ J / J' ↔ I * J' ≤ J
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J J' : FractionalIdeal R₁⁰ K hJ' : J' ≠ 0 ⊢ I ≤ { ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact Submodule.le_div_iff_mul_le
theorem le_div_iff_mul_le {I J J' : FractionalIdeal R₁⁰ K} (hJ' : J' ≠ 0) : I ≤ J / J' ↔ I * J' ≤ J := by rw [div_nonzero hJ'] -- Porting note: this used to be { convert; rw }, flipped the order. rw [← coe_le_coe (I := I * J') (J := J), coe_mul]
Mathlib.RingTheory.FractionalIdeal.1138_0.90B1BH8AtSmfl9S
theorem le_div_iff_mul_le {I J J' : FractionalIdeal R₁⁰ K} (hJ' : J' ≠ 0) : I ≤ J / J' ↔ I * J' ≤ J
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K ⊢ I / 1 = I
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))]
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K ⊢ { val := ↑I / ↑1, propert...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
ext
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))]
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
case a R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K x✝ : K ⊢ x✝ ∈ { val ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
constructor
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))] ext
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
case a.mp R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K x✝ : K ⊢ x✝ ∈ { v...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
intro h
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))] ext constructor <;>
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
case a.mpr R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K x✝ : K ⊢ x✝ ∈ I ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
intro h
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))] ext constructor <;>
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
case a.mp R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K x✝ : K h : x✝ ∈ {...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
simpa using mem_div_iff_forall_mul_mem.mp h 1 ((algebraMap R₁ K).map_one ▸ coe_mem_one R₁⁰ 1)
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))] ext constructor <;> intro h ·
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
case a.mpr R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K x✝ : K h : x✝ ∈ ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
apply mem_div_iff_forall_mul_mem.mpr
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))] ext constructor <;> intro h · simpa using mem_div_iff_forall_mul_mem.mp h 1 ((algebraMap R₁ K).map_one ▸ coe_mem_one R₁⁰ 1) ·
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
case a.mpr R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K x✝ : K h : x✝ ∈ ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rintro y ⟨y', _, rfl⟩
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))] ext constructor <;> intro h · simpa using mem_div_iff_forall_mul_mem.mp h 1 ((algebraMap R₁ K).map_one ▸ coe_mem_one R₁⁰ 1) · apply mem_div_iff_forall_mul_mem.mpr
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
case a.mpr.intro.intro R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K x✝ :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [mul_comm, Algebra.linearMap_apply, ← Algebra.smul_def]
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))] ext constructor <;> intro h · simpa using mem_div_iff_forall_mul_mem.mp h 1 ((algebraMap R₁ K).map_one ▸ coe_mem_one R₁⁰ 1) · apply mem_div_iff_forall_mul_mem.mpr rintro y ⟨y', _, ...
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
case a.mpr.intro.intro R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J I : FractionalIdeal R₁⁰ K x✝ :...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact Submodule.smul_mem _ y' h
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I := by rw [div_nonzero (one_ne_zero' (FractionalIdeal R₁⁰ K))] ext constructor <;> intro h · simpa using mem_div_iff_forall_mul_mem.mp h 1 ((algebraMap R₁ K).map_one ▸ coe_mem_one R₁⁰ 1) · apply mem_div_iff_forall_mul_mem.mpr rintro y ⟨y', _, ...
Mathlib.RingTheory.FractionalIdeal.1146_0.90B1BH8AtSmfl9S
@[simp] theorem div_one {I : FractionalIdeal R₁⁰ K} : I / 1 = I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 ⊢ J = 1 / ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I ≠ 0...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
suffices h' : I * (1 / I) = 1
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I ≠ 0...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 ·
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
case h' R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
apply le_antisymm
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
case h'.a R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
apply mul_le.mpr _
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I ≠ 0...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
intro x hx y hy
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I ≠ 0...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [mul_comm]
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I ≠ 0...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact (mem_div_iff_of_nonzero hI).mp hy x hx
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
case h'.a R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← h]
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
case h'.a R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
apply mul_left_mono I
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
case h'.a.a R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = ...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
apply (le_div_iff_of_nonzero hI).mpr _
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I ≠ 0...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
intro y hy x hx
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I ≠ 0...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [mul_comm]
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I J : FractionalIdeal R₁⁰ K h : I * J = 1 hI : I ≠ 0...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
exact mul_mem_mul hx hy
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I := by have hI : I ≠ 0 := ne_zero_of_mul_eq_one I J h suffices h' : I * (1 / I) = 1 · exact congr_arg Units.inv <| @Units.ext _ _ (Units.mkOfMulEqOne _ _ h) (Units.mkOfMulEqOne _ _ h') rfl apply le_...
Mathlib.RingTheory.FractionalIdeal.1159_0.90B1BH8AtSmfl9S
theorem eq_one_div_of_mul_eq_one_right (I J : FractionalIdeal R₁⁰ K) (h : I * J = 1) : J = 1 / I
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁶ : CommRing R S : Submonoid R P : Type u_2 inst✝⁵ : CommRing P inst✝⁴ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝³ : CommRing R₁ K : Type u_4 inst✝² : Field K inst✝¹ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝ : IsDomain R₁ I✝ J✝ I : FractionalIdeal R₁⁰ K x✝ : ∃ J, I * J = 1 J : Fr...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rwa [← eq_one_div_of_mul_eq_one_right I J hJ]
theorem mul_div_self_cancel_iff {I : FractionalIdeal R₁⁰ K} : I * (1 / I) = 1 ↔ ∃ J, I * J = 1 := ⟨fun h => ⟨1 / I, h⟩, fun ⟨J, hJ⟩ => by
Mathlib.RingTheory.FractionalIdeal.1179_0.90B1BH8AtSmfl9S
theorem mul_div_self_cancel_iff {I : FractionalIdeal R₁⁰ K} : I * (1 / I) = 1 ↔ ∃ J, I * J = 1
Mathlib_RingTheory_FractionalIdeal
R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝⁶ : CommRing R₁ K : Type u_4 inst✝⁵ : Field K inst✝⁴ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝³ : IsDomain R₁ I✝ J✝ : FractionalIdeal R₁⁰ K K' : Type u_5 inst✝² : Fiel...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
by_cases H : J = 0
@[simp] theorem map_div (I J : FractionalIdeal R₁⁰ K) (h : K ≃ₐ[R₁] K') : (I / J).map (h : K →ₐ[R₁] K') = I.map h / J.map h := by
Mathlib.RingTheory.FractionalIdeal.1185_0.90B1BH8AtSmfl9S
@[simp] theorem map_div (I J : FractionalIdeal R₁⁰ K) (h : K ≃ₐ[R₁] K') : (I / J).map (h : K →ₐ[R₁] K') = I.map h / J.map h
Mathlib_RingTheory_FractionalIdeal
case pos R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝⁶ : CommRing R₁ K : Type u_4 inst✝⁵ : Field K inst✝⁴ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝³ : IsDomain R₁ I✝ J✝ : FractionalIdeal R₁⁰ K K' : Type u_5 inst...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [H, div_zero, map_zero, div_zero]
@[simp] theorem map_div (I J : FractionalIdeal R₁⁰ K) (h : K ≃ₐ[R₁] K') : (I / J).map (h : K →ₐ[R₁] K') = I.map h / J.map h := by by_cases H : J = 0 ·
Mathlib.RingTheory.FractionalIdeal.1185_0.90B1BH8AtSmfl9S
@[simp] theorem map_div (I J : FractionalIdeal R₁⁰ K) (h : K ≃ₐ[R₁] K') : (I / J).map (h : K →ₐ[R₁] K') = I.map h / J.map h
Mathlib_RingTheory_FractionalIdeal
case neg R : Type u_1 inst✝⁹ : CommRing R S : Submonoid R P : Type u_2 inst✝⁸ : CommRing P inst✝⁷ : Algebra R P loc : IsLocalization S P R₁ : Type u_3 inst✝⁶ : CommRing R₁ K : Type u_4 inst✝⁵ : Field K inst✝⁴ : Algebra R₁ K frac : IsFractionRing R₁ K inst✝³ : IsDomain R₁ I✝ J✝ : FractionalIdeal R₁⁰ K K' : Type u_5 inst...
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import Mathlib.Algebra.BigOperators.Finprod import Mathlib.RingTheory.IntegralClosure import Mathlib.RingTheory.Localization.Integer import Mathlib.Ri...
rw [← coeToSubmodule_inj, div_nonzero H, div_nonzero (map_ne_zero _ H)]
@[simp] theorem map_div (I J : FractionalIdeal R₁⁰ K) (h : K ≃ₐ[R₁] K') : (I / J).map (h : K →ₐ[R₁] K') = I.map h / J.map h := by by_cases H : J = 0 · rw [H, div_zero, map_zero, div_zero] · -- Porting note: `simp` wouldn't apply these lemmas so do them manually using `rw`
Mathlib.RingTheory.FractionalIdeal.1185_0.90B1BH8AtSmfl9S
@[simp] theorem map_div (I J : FractionalIdeal R₁⁰ K) (h : K ≃ₐ[R₁] K') : (I / J).map (h : K →ₐ[R₁] K') = I.map h / J.map h
Mathlib_RingTheory_FractionalIdeal