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
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set α t : (i : ι) → κ i → Set α ⊢ s ∩ ⋃ i, ⋃ j, t i j = ⋃ i, ⋃ j, s ∩ t i j
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [inter_iUnion]
theorem inter_iUnion₂ (s : Set α) (t : ∀ i, κ i → Set α) : (s ∩ ⋃ (i) (j), t i j) = ⋃ (i) (j), s ∩ t i j := by
Mathlib.Data.Set.Lattice.1121_0.5mONj49h3SYSDwc
theorem inter_iUnion₂ (s : Set α) (t : ∀ i, κ i → Set α) : (s ∩ ⋃ (i) (j), t i j) = ⋃ (i) (j), s ∩ t i j
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : (i : ι) → κ i → Set α t : Set α ⊢ (⋃ i, ⋃ j, s i j) ∩ t = ⋃ i, ⋃ j, s i j ∩ t
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp_rw [iUnion_inter]
theorem iUnion₂_inter (s : ∀ i, κ i → Set α) (t : Set α) : (⋃ (i) (j), s i j) ∩ t = ⋃ (i) (j), s i j ∩ t := by
Mathlib.Data.Set.Lattice.1127_0.5mONj49h3SYSDwc
theorem iUnion₂_inter (s : ∀ i, κ i → Set α) (t : Set α) : (⋃ (i) (j), s i j) ∩ t = ⋃ (i) (j), s i j ∩ t
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set α t : (i : ι) → κ i → Set α ⊢ s ∪ ⋂ i, ⋂ j, t i j = ⋂ i, ⋂ j, s ∪ t i j
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp_rw [union_iInter]
theorem union_iInter₂ (s : Set α) (t : ∀ i, κ i → Set α) : (s ∪ ⋂ (i) (j), t i j) = ⋂ (i) (j), s ∪ t i j := by
Mathlib.Data.Set.Lattice.1133_0.5mONj49h3SYSDwc
theorem union_iInter₂ (s : Set α) (t : ∀ i, κ i → Set α) : (s ∪ ⋂ (i) (j), t i j) = ⋂ (i) (j), s ∪ t i j
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : (i : ι) → κ i → Set α t : Set α ⊢ (⋂ i, ⋂ j, s i j) ∪ t = ⋂ i, ⋂ j, s i j ∪ t
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp_rw [iInter_union]
theorem iInter₂_union (s : ∀ i, κ i → Set α) (t : Set α) : (⋂ (i) (j), s i j) ∪ t = ⋂ (i) (j), s i j ∪ t := by
Mathlib.Data.Set.Lattice.1139_0.5mONj49h3SYSDwc
theorem iInter₂_union (s : ∀ i, κ i → Set α) (t : Set α) : (⋂ (i) (j), s i j) ∪ t = ⋂ (i) (j), s i j ∪ t
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) h : S ⊆ {∅, univ} ⊢ ⋃₀ S ∈ {∅, univ}
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [mem_insert_iff, mem_singleton_iff, or_iff_not_imp_left, sUnion_eq_empty, not_forall]
/-- If all sets in a collection are either `∅` or `Set.univ`, then so is their union. -/ theorem sUnion_mem_empty_univ {S : Set (Set α)} (h : S ⊆ {∅, univ}) : ⋃₀ S ∈ ({∅, univ} : Set (Set α)) := by
Mathlib.Data.Set.Lattice.1248_0.5mONj49h3SYSDwc
/-- If all sets in a collection are either `∅` or `Set.univ`, then so is their union. -/ theorem sUnion_mem_empty_univ {S : Set (Set α)} (h : S ⊆ {∅, univ}) : ⋃₀ S ∈ ({∅, univ} : Set (Set α))
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) h : S ⊆ {∅, univ} ⊢ (∃ x, ∃ (_ : x ∈ S), ¬x = ∅) → ⋃₀ S = univ
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rintro ⟨s, hs, hne⟩
/-- If all sets in a collection are either `∅` or `Set.univ`, then so is their union. -/ theorem sUnion_mem_empty_univ {S : Set (Set α)} (h : S ⊆ {∅, univ}) : ⋃₀ S ∈ ({∅, univ} : Set (Set α)) := by simp only [mem_insert_iff, mem_singleton_iff, or_iff_not_imp_left, sUnion_eq_empty, not_forall]
Mathlib.Data.Set.Lattice.1248_0.5mONj49h3SYSDwc
/-- If all sets in a collection are either `∅` or `Set.univ`, then so is their union. -/ theorem sUnion_mem_empty_univ {S : Set (Set α)} (h : S ⊆ {∅, univ}) : ⋃₀ S ∈ ({∅, univ} : Set (Set α))
Mathlib_Data_Set_Lattice
case intro.intro α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) h : S ⊆ {∅, univ} s : Set α hs : s ∈ S hne : ¬s = ∅ ⊢ ⋃₀ S = univ
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
obtain rfl : s = univ := (h hs).resolve_left hne
/-- If all sets in a collection are either `∅` or `Set.univ`, then so is their union. -/ theorem sUnion_mem_empty_univ {S : Set (Set α)} (h : S ⊆ {∅, univ}) : ⋃₀ S ∈ ({∅, univ} : Set (Set α)) := by simp only [mem_insert_iff, mem_singleton_iff, or_iff_not_imp_left, sUnion_eq_empty, not_forall] rintro ⟨s, hs, hne...
Mathlib.Data.Set.Lattice.1248_0.5mONj49h3SYSDwc
/-- If all sets in a collection are either `∅` or `Set.univ`, then so is their union. -/ theorem sUnion_mem_empty_univ {S : Set (Set α)} (h : S ⊆ {∅, univ}) : ⋃₀ S ∈ ({∅, univ} : Set (Set α))
Mathlib_Data_Set_Lattice
case intro.intro α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) h : S ⊆ {∅, univ} hs : univ ∈ S hne : ¬univ = ∅ ⊢ ⋃₀ S = univ
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact univ_subset_iff.1 <| subset_sUnion_of_mem hs
/-- If all sets in a collection are either `∅` or `Set.univ`, then so is their union. -/ theorem sUnion_mem_empty_univ {S : Set (Set α)} (h : S ⊆ {∅, univ}) : ⋃₀ S ∈ ({∅, univ} : Set (Set α)) := by simp only [mem_insert_iff, mem_singleton_iff, or_iff_not_imp_left, sUnion_eq_empty, not_forall] rintro ⟨s, hs, hne...
Mathlib.Data.Set.Lattice.1248_0.5mONj49h3SYSDwc
/-- If all sets in a collection are either `∅` or `Set.univ`, then so is their union. -/ theorem sUnion_mem_empty_univ {S : Set (Set α)} (h : S ⊆ {∅, univ}) : ⋃₀ S ∈ ({∅, univ} : Set (Set α))
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) ⊢ Set.Nonempty (⋃₀ S) ↔ ∃ s ∈ S, Set.Nonempty s
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [nonempty_iff_ne_empty]
@[simp] theorem nonempty_sUnion {S : Set (Set α)} : (⋃₀S).Nonempty ↔ ∃ s ∈ S, Set.Nonempty s := by
Mathlib.Data.Set.Lattice.1256_0.5mONj49h3SYSDwc
@[simp] theorem nonempty_sUnion {S : Set (Set α)} : (⋃₀S).Nonempty ↔ ∃ s ∈ S, Set.Nonempty s
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 f : ι → Set α ⊢ ⋃ i, f i = univ ↔ ∀ (x : α), ∃ i, x ∈ f i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [eq_univ_iff_forall, mem_iUnion]
theorem iUnion_eq_univ_iff {f : ι → Set α} : ⋃ i, f i = univ ↔ ∀ x, ∃ i, x ∈ f i := by
Mathlib.Data.Set.Lattice.1326_0.5mONj49h3SYSDwc
theorem iUnion_eq_univ_iff {f : ι → Set α} : ⋃ i, f i = univ ↔ ∀ x, ∃ i, x ∈ f i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : (i : ι) → κ i → Set α ⊢ ⋃ i, ⋃ j, s i j = univ ↔ ∀ (a : α), ∃ i j, a ∈ s i j
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [iUnion_eq_univ_iff, mem_iUnion]
theorem iUnion₂_eq_univ_iff {s : ∀ i, κ i → Set α} : ⋃ (i) (j), s i j = univ ↔ ∀ a, ∃ i j, a ∈ s i j := by
Mathlib.Data.Set.Lattice.1331_0.5mONj49h3SYSDwc
theorem iUnion₂_eq_univ_iff {s : ∀ i, κ i → Set α} : ⋃ (i) (j), s i j = univ ↔ ∀ a, ∃ i j, a ∈ s i j
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 c : Set (Set α) ⊢ ⋃₀ c = univ ↔ ∀ (a : α), ∃ b ∈ c, a ∈ b
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [eq_univ_iff_forall, mem_sUnion]
theorem sUnion_eq_univ_iff {c : Set (Set α)} : ⋃₀c = univ ↔ ∀ a, ∃ b ∈ c, a ∈ b := by
Mathlib.Data.Set.Lattice.1336_0.5mONj49h3SYSDwc
theorem sUnion_eq_univ_iff {c : Set (Set α)} : ⋃₀c = univ ↔ ∀ a, ∃ b ∈ c, a ∈ b
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 f : ι → Set α ⊢ ⋂ i, f i = ∅ ↔ ∀ (x : α), ∃ i, x ∉ f i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [Set.eq_empty_iff_forall_not_mem]
theorem iInter_eq_empty_iff {f : ι → Set α} : ⋂ i, f i = ∅ ↔ ∀ x, ∃ i, x ∉ f i := by
Mathlib.Data.Set.Lattice.1341_0.5mONj49h3SYSDwc
theorem iInter_eq_empty_iff {f : ι → Set α} : ⋂ i, f i = ∅ ↔ ∀ x, ∃ i, x ∉ f i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : (i : ι) → κ i → Set α ⊢ ⋂ i, ⋂ j, s i j = ∅ ↔ ∀ (a : α), ∃ i j, a ∉ s i j
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [eq_empty_iff_forall_not_mem, mem_iInter, not_forall]
theorem iInter₂_eq_empty_iff {s : ∀ i, κ i → Set α} : ⋂ (i) (j), s i j = ∅ ↔ ∀ a, ∃ i j, a ∉ s i j := by
Mathlib.Data.Set.Lattice.1347_0.5mONj49h3SYSDwc
theorem iInter₂_eq_empty_iff {s : ∀ i, κ i → Set α} : ⋂ (i) (j), s i j = ∅ ↔ ∀ a, ∃ i j, a ∉ s i j
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 c : Set (Set α) ⊢ ⋂₀ c = ∅ ↔ ∀ (a : α), ∃ b ∈ c, a ∉ b
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [Set.eq_empty_iff_forall_not_mem]
theorem sInter_eq_empty_iff {c : Set (Set α)} : ⋂₀ c = ∅ ↔ ∀ a, ∃ b ∈ c, a ∉ b := by
Mathlib.Data.Set.Lattice.1353_0.5mONj49h3SYSDwc
theorem sInter_eq_empty_iff {c : Set (Set α)} : ⋂₀ c = ∅ ↔ ∀ a, ∃ b ∈ c, a ∉ b
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 f : ι → Set α ⊢ Set.Nonempty (⋂ i, f i) ↔ ∃ x, ∀ (i : ι), x ∈ f i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [nonempty_iff_ne_empty, iInter_eq_empty_iff]
@[simp] theorem nonempty_iInter {f : ι → Set α} : (⋂ i, f i).Nonempty ↔ ∃ x, ∀ i, x ∈ f i := by
Mathlib.Data.Set.Lattice.1358_0.5mONj49h3SYSDwc
@[simp] theorem nonempty_iInter {f : ι → Set α} : (⋂ i, f i).Nonempty ↔ ∃ x, ∀ i, x ∈ f i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : (i : ι) → κ i → Set α ⊢ Set.Nonempty (⋂ i, ⋂ j, s i j) ↔ ∃ a, ∀ (i : ι) (j : κ i), a ∈ s i j
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp
theorem nonempty_iInter₂ {s : ∀ i, κ i → Set α} : (⋂ (i) (j), s i j).Nonempty ↔ ∃ a, ∀ i j, a ∈ s i j := by
Mathlib.Data.Set.Lattice.1366_0.5mONj49h3SYSDwc
theorem nonempty_iInter₂ {s : ∀ i, κ i → Set α} : (⋂ (i) (j), s i j).Nonempty ↔ ∃ a, ∀ i j, a ∈ s i j
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 c : Set (Set α) ⊢ Set.Nonempty (⋂₀ c) ↔ ∃ a, ∀ b ∈ c, a ∈ b
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [nonempty_iff_ne_empty, sInter_eq_empty_iff]
@[simp] theorem nonempty_sInter {c : Set (Set α)} : (⋂₀ c).Nonempty ↔ ∃ a, ∀ b ∈ c, a ∈ b := by
Mathlib.Data.Set.Lattice.1372_0.5mONj49h3SYSDwc
@[simp] theorem nonempty_sInter {c : Set (Set α)} : (⋂₀ c).Nonempty ↔ ∃ a, ∀ b ∈ c, a ∈ b
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) x : α ⊢ x ∈ (⋃₀ S)ᶜ ↔ x ∈ ⋂₀ (compl '' S)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp
theorem compl_sUnion (S : Set (Set α)) : (⋃₀S)ᶜ = ⋂₀ (compl '' S) := ext fun x => by
Mathlib.Data.Set.Lattice.1378_0.5mONj49h3SYSDwc
theorem compl_sUnion (S : Set (Set α)) : (⋃₀S)ᶜ = ⋂₀ (compl '' S)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) ⊢ ⋃₀ S = (⋂₀ (compl '' S))ᶜ
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [← compl_compl (⋃₀S), compl_sUnion]
theorem sUnion_eq_compl_sInter_compl (S : Set (Set α)) : ⋃₀S = (⋂₀ (compl '' S))ᶜ := by
Mathlib.Data.Set.Lattice.1383_0.5mONj49h3SYSDwc
theorem sUnion_eq_compl_sInter_compl (S : Set (Set α)) : ⋃₀S = (⋂₀ (compl '' S))ᶜ
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) ⊢ (⋂₀ S)ᶜ = ⋃₀ (compl '' S)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [sUnion_eq_compl_sInter_compl, compl_compl_image]
theorem compl_sInter (S : Set (Set α)) : (⋂₀ S)ᶜ = ⋃₀(compl '' S) := by
Mathlib.Data.Set.Lattice.1388_0.5mONj49h3SYSDwc
theorem compl_sInter (S : Set (Set α)) : (⋂₀ S)ᶜ = ⋃₀(compl '' S)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) ⊢ ⋂₀ S = (⋃₀ (compl '' S))ᶜ
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [← compl_compl (⋂₀ S), compl_sInter]
theorem sInter_eq_compl_sUnion_compl (S : Set (Set α)) : ⋂₀ S = (⋃₀(compl '' S))ᶜ := by
Mathlib.Data.Set.Lattice.1393_0.5mONj49h3SYSDwc
theorem sInter_eq_compl_sUnion_compl (S : Set (Set α)) : ⋂₀ S = (⋃₀(compl '' S))ᶜ
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s t : Set α S : Set (Set α) hs : t ∈ S h : s ∩ ⋃₀ S = ∅ ⊢ s ∩ t ⊆ ∅
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [← h]
theorem inter_empty_of_inter_sUnion_empty {s t : Set α} {S : Set (Set α)} (hs : t ∈ S) (h : s ∩ ⋃₀S = ∅) : s ∩ t = ∅ := eq_empty_of_subset_empty <| by
Mathlib.Data.Set.Lattice.1397_0.5mONj49h3SYSDwc
theorem inter_empty_of_inter_sUnion_empty {s t : Set α} {S : Set (Set α)} (hs : t ∈ S) (h : s ∩ ⋃₀S = ∅) : s ∩ t = ∅
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s t : Set α S : Set (Set α) hs : t ∈ S h : s ∩ ⋃₀ S = ∅ ⊢ s ∩ t ⊆ s ∩ ⋃₀ S
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact inter_subset_inter_right _ (subset_sUnion_of_mem hs)
theorem inter_empty_of_inter_sUnion_empty {s t : Set α} {S : Set (Set α)} (hs : t ∈ S) (h : s ∩ ⋃₀S = ∅) : s ∩ t = ∅ := eq_empty_of_subset_empty <| by rw [← h];
Mathlib.Data.Set.Lattice.1397_0.5mONj49h3SYSDwc
theorem inter_empty_of_inter_sUnion_empty {s t : Set α} {S : Set (Set α)} (hs : t ∈ S) (h : s ∩ ⋃₀S = ∅) : s ∩ t = ∅
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ✝ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 γ : α → Type u_11 f : Sigma γ → β ⊢ ∀ (x : β), x ∈ range f ↔ x ∈ ⋃ a, range fun b => f { fst := a, snd := b }
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp
theorem range_sigma_eq_iUnion_range {γ : α → Type*} (f : Sigma γ → β) : range f = ⋃ a, range fun b => f ⟨a, b⟩ := Set.ext <| by
Mathlib.Data.Set.Lattice.1403_0.5mONj49h3SYSDwc
theorem range_sigma_eq_iUnion_range {γ : α → Type*} (f : Sigma γ → β) : range f = ⋃ a, range fun b => f ⟨a, b⟩
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : α → Set β ⊢ ⋃ i, s i = range fun a => ↑a.snd
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [Set.ext_iff]
theorem iUnion_eq_range_sigma (s : α → Set β) : ⋃ i, s i = range fun a : Σi, s i => a.2 := by
Mathlib.Data.Set.Lattice.1408_0.5mONj49h3SYSDwc
theorem iUnion_eq_range_sigma (s : α → Set β) : ⋃ i, s i = range fun a : Σi, s i => a.2
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : ι → Set β ⊢ ⋃ i, s i = range fun a => ↑a.snd
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [Set.ext_iff]
theorem iUnion_eq_range_psigma (s : ι → Set β) : ⋃ i, s i = range fun a : Σ'i, s i => a.2 := by
Mathlib.Data.Set.Lattice.1412_0.5mONj49h3SYSDwc
theorem iUnion_eq_range_psigma (s : ι → Set β) : ⋃ i, s i = range fun a : Σ'i, s i => a.2
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι✝ : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι✝ → Sort u_7 κ₁ : ι✝ → Sort u_8 κ₂ : ι✝ → Sort u_9 κ' : ι' → Sort u_10 ι : Type u_11 σ : ι → Type u_12 s : Set (Sigma σ) ⊢ ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
ext x
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s := by
Mathlib.Data.Set.Lattice.1416_0.5mONj49h3SYSDwc
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s
Mathlib_Data_Set_Lattice
case h α : Type u_1 β : Type u_2 γ : Type u_3 ι✝ : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι✝ → Sort u_7 κ₁ : ι✝ → Sort u_8 κ₂ : ι✝ → Sort u_9 κ' : ι' → Sort u_10 ι : Type u_11 σ : ι → Type u_12 s : Set (Sigma σ) x : (i : ι) × σ i ⊢ x ∈ ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) ↔ x ∈ s
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [mem_iUnion, mem_image, mem_preimage]
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s := by ext x
Mathlib.Data.Set.Lattice.1416_0.5mONj49h3SYSDwc
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s
Mathlib_Data_Set_Lattice
case h α : Type u_1 β : Type u_2 γ : Type u_3 ι✝ : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι✝ → Sort u_7 κ₁ : ι✝ → Sort u_8 κ₂ : ι✝ → Sort u_9 κ' : ι' → Sort u_10 ι : Type u_11 σ : ι → Type u_12 s : Set (Sigma σ) x : (i : ι) × σ i ⊢ (∃ i x_1, { fst := i, snd := x_1 } ∈ s ∧ { fst := i, snd := x_1 } = x) ↔ x ∈ s
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
constructor
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s := by ext x simp only [mem_iUnion, mem_image, mem_preimage]
Mathlib.Data.Set.Lattice.1416_0.5mONj49h3SYSDwc
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s
Mathlib_Data_Set_Lattice
case h.mp α : Type u_1 β : Type u_2 γ : Type u_3 ι✝ : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι✝ → Sort u_7 κ₁ : ι✝ → Sort u_8 κ₂ : ι✝ → Sort u_9 κ' : ι' → Sort u_10 ι : Type u_11 σ : ι → Type u_12 s : Set (Sigma σ) x : (i : ι) × σ i ⊢ (∃ i x_1, { fst := i, snd := x_1 } ∈ s ∧ { fst := i, snd := x_1 } = x) → x ∈ s
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rintro ⟨i, a, h, rfl⟩
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s := by ext x simp only [mem_iUnion, mem_image, mem_preimage] constructor ·
Mathlib.Data.Set.Lattice.1416_0.5mONj49h3SYSDwc
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s
Mathlib_Data_Set_Lattice
case h.mp.intro.intro.intro α : Type u_1 β : Type u_2 γ : Type u_3 ι✝ : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι✝ → Sort u_7 κ₁ : ι✝ → Sort u_8 κ₂ : ι✝ → Sort u_9 κ' : ι' → Sort u_10 ι : Type u_11 σ : ι → Type u_12 s : Set (Sigma σ) i : ι a : σ i h : { fst := i, snd := a } ∈ s ⊢ { fst := i, snd := a } ∈ s
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact h
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s := by ext x simp only [mem_iUnion, mem_image, mem_preimage] constructor · rintro ⟨i, a, h, rfl⟩
Mathlib.Data.Set.Lattice.1416_0.5mONj49h3SYSDwc
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s
Mathlib_Data_Set_Lattice
case h.mpr α : Type u_1 β : Type u_2 γ : Type u_3 ι✝ : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι✝ → Sort u_7 κ₁ : ι✝ → Sort u_8 κ₂ : ι✝ → Sort u_9 κ' : ι' → Sort u_10 ι : Type u_11 σ : ι → Type u_12 s : Set (Sigma σ) x : (i : ι) × σ i ⊢ x ∈ s → ∃ i x_1, { fst := i, snd := x_1 } ∈ s ∧ { fst := i, snd := x_1 } = x
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
intro h
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s := by ext x simp only [mem_iUnion, mem_image, mem_preimage] constructor · rintro ⟨i, a, h, rfl⟩ exact h ·
Mathlib.Data.Set.Lattice.1416_0.5mONj49h3SYSDwc
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s
Mathlib_Data_Set_Lattice
case h.mpr α : Type u_1 β : Type u_2 γ : Type u_3 ι✝ : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι✝ → Sort u_7 κ₁ : ι✝ → Sort u_8 κ₂ : ι✝ → Sort u_9 κ' : ι' → Sort u_10 ι : Type u_11 σ : ι → Type u_12 s : Set (Sigma σ) x : (i : ι) × σ i h : x ∈ s ⊢ ∃ i x_1, { fst := i, snd := x_1 } ∈ s ∧ { fst := i, snd := x_1 } = x
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
cases' x with i a
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s := by ext x simp only [mem_iUnion, mem_image, mem_preimage] constructor · rintro ⟨i, a, h, rfl⟩ exact h · intro h
Mathlib.Data.Set.Lattice.1416_0.5mONj49h3SYSDwc
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s
Mathlib_Data_Set_Lattice
case h.mpr.mk α : Type u_1 β : Type u_2 γ : Type u_3 ι✝ : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι✝ → Sort u_7 κ₁ : ι✝ → Sort u_8 κ₂ : ι✝ → Sort u_9 κ' : ι' → Sort u_10 ι : Type u_11 σ : ι → Type u_12 s : Set (Sigma σ) i : ι a : σ i h : { fst := i, snd := a } ∈ s ⊢ ∃ i_1 x, { fst := i_1, snd := x } ∈ s ∧ { fst := i_1...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact ⟨i, a, h, rfl⟩
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s := by ext x simp only [mem_iUnion, mem_image, mem_preimage] constructor · rintro ⟨i, a, h, rfl⟩ exact h · intro h cases' x with i a
Mathlib.Data.Set.Lattice.1416_0.5mONj49h3SYSDwc
theorem iUnion_image_preimage_sigma_mk_eq_self {ι : Type*} {σ : ι → Type*} (s : Set (Sigma σ)) : ⋃ i, Sigma.mk i '' (Sigma.mk i ⁻¹' s) = s
Mathlib_Data_Set_Lattice
α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 f : α → β ⊢ ⋃ x, {f x} = range f
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
ext x
@[simp] theorem iUnion_singleton_eq_range {α β : Type*} (f : α → β) : ⋃ x : α, {f x} = range f := by
Mathlib.Data.Set.Lattice.1440_0.5mONj49h3SYSDwc
@[simp] theorem iUnion_singleton_eq_range {α β : Type*} (f : α → β) : ⋃ x : α, {f x} = range f
Mathlib_Data_Set_Lattice
case h α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 f : α → β x : β ⊢ x ∈ ⋃ x, {f x} ↔ x ∈ range f
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [@eq_comm _ x]
@[simp] theorem iUnion_singleton_eq_range {α β : Type*} (f : α → β) : ⋃ x : α, {f x} = range f := by ext x
Mathlib.Data.Set.Lattice.1440_0.5mONj49h3SYSDwc
@[simp] theorem iUnion_singleton_eq_range {α β : Type*} (f : α → β) : ⋃ x : α, {f x} = range f
Mathlib_Data_Set_Lattice
α✝ : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 ⊢ ⋃ x, {x} = univ
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [Set.ext_iff]
theorem iUnion_of_singleton (α : Type*) : (⋃ x, {x} : Set α) = univ := by
Mathlib.Data.Set.Lattice.1446_0.5mONj49h3SYSDwc
theorem iUnion_of_singleton (α : Type*) : (⋃ x, {x} : Set α) = univ
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set α ⊢ ⋃ i, {↑i} = s
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp
theorem iUnion_of_singleton_coe (s : Set α) : ⋃ i : s, ({(i : α)} : Set α) = s := by
Mathlib.Data.Set.Lattice.1449_0.5mONj49h3SYSDwc
theorem iUnion_of_singleton_coe (s : Set α) : ⋃ i : s, ({(i : α)} : Set α) = s
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set (Set α) ⊢ ⋃₀ s = ⋃ i ∈ s, i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [← sUnion_image, image_id']
theorem sUnion_eq_biUnion {s : Set (Set α)} : ⋃₀s = ⋃ (i : Set α) (_ : i ∈ s), i := by
Mathlib.Data.Set.Lattice.1452_0.5mONj49h3SYSDwc
theorem sUnion_eq_biUnion {s : Set (Set α)} : ⋃₀s = ⋃ (i : Set α) (_ : i ∈ s), i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set (Set α) ⊢ ⋂₀ s = ⋂ i ∈ s, i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [← sInter_image, image_id']
theorem sInter_eq_biInter {s : Set (Set α)} : ⋂₀ s = ⋂ (i : Set α) (_ : i ∈ s), i := by
Mathlib.Data.Set.Lattice.1456_0.5mONj49h3SYSDwc
theorem sInter_eq_biInter {s : Set (Set α)} : ⋂₀ s = ⋂ (i : Set α) (_ : i ∈ s), i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set (Set α) ⊢ ⋃₀ s = ⋃ i, ↑i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [← sUnion_range, Subtype.range_coe]
theorem sUnion_eq_iUnion {s : Set (Set α)} : ⋃₀s = ⋃ i : s, i := by
Mathlib.Data.Set.Lattice.1460_0.5mONj49h3SYSDwc
theorem sUnion_eq_iUnion {s : Set (Set α)} : ⋃₀s = ⋃ i : s, i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set (Set α) ⊢ ⋂₀ s = ⋂ i, ↑i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [← sInter_range, Subtype.range_coe]
theorem sInter_eq_iInter {s : Set (Set α)} : ⋂₀ s = ⋂ i : s, i := by
Mathlib.Data.Set.Lattice.1464_0.5mONj49h3SYSDwc
theorem sInter_eq_iInter {s : Set (Set α)} : ⋂₀ s = ⋂ i : s, i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : ι → Set α t : α → Set β ⊢ ⋃ x ∈ ⋃ i, s i, t x = ⋃ i, ⋃ x ∈ s i, t x
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [@iUnion_comm _ ι]
theorem biUnion_iUnion (s : ι → Set α) (t : α → Set β) : ⋃ x ∈ ⋃ i, s i, t x = ⋃ (i) (x ∈ s i), t x := by
Mathlib.Data.Set.Lattice.1498_0.5mONj49h3SYSDwc
theorem biUnion_iUnion (s : ι → Set α) (t : α → Set β) : ⋃ x ∈ ⋃ i, s i, t x = ⋃ (i) (x ∈ s i), t x
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : ι → Set α t : α → Set β ⊢ ⋂ x ∈ ⋃ i, s i, t x = ⋂ i, ⋂ x ∈ s i, t x
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [@iInter_comm _ ι]
theorem biInter_iUnion (s : ι → Set α) (t : α → Set β) : ⋂ x ∈ ⋃ i, s i, t x = ⋂ (i) (x ∈ s i), t x := by
Mathlib.Data.Set.Lattice.1502_0.5mONj49h3SYSDwc
theorem biInter_iUnion (s : ι → Set α) (t : α → Set β) : ⋂ x ∈ ⋃ i, s i, t x = ⋂ (i) (x ∈ s i), t x
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : ι → Set (Set α) ⊢ ⋃₀ ⋃ i, s i = ⋃ i, ⋃₀ s i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [sUnion_eq_biUnion, biUnion_iUnion]
theorem sUnion_iUnion (s : ι → Set (Set α)) : ⋃₀⋃ i, s i = ⋃ i, ⋃₀s i := by
Mathlib.Data.Set.Lattice.1506_0.5mONj49h3SYSDwc
theorem sUnion_iUnion (s : ι → Set (Set α)) : ⋃₀⋃ i, s i = ⋃ i, ⋃₀s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : ι → Set (Set α) ⊢ ⋂₀ ⋃ i, s i = ⋂ i, ⋂₀ s i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [sInter_eq_biInter, biInter_iUnion]
theorem sInter_iUnion (s : ι → Set (Set α)) : ⋂₀ ⋃ i, s i = ⋂ i, ⋂₀ s i := by
Mathlib.Data.Set.Lattice.1510_0.5mONj49h3SYSDwc
theorem sInter_iUnion (s : ι → Set (Set α)) : ⋂₀ ⋃ i, s i = ⋂ i, ⋂₀ s i
Mathlib_Data_Set_Lattice
α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 C : Set (Set α) f : (s : ↑C) → β → ↑↑s hf : ∀ (s : ↑C), Surjective (f s) ⊢ (⋃ y, range fun s => ↑(f s y)) = ⋃₀ C
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
ext x
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C := by
Mathlib.Data.Set.Lattice.1514_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C
Mathlib_Data_Set_Lattice
case h α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 C : Set (Set α) f : (s : ↑C) → β → ↑↑s hf : ∀ (s : ↑C), Surjective (f s) x : α ⊢ (x ∈ ⋃ y, range fun s => ↑(f s y)) ↔ x ∈ ⋃₀ C
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
constructor
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C := by ext x;
Mathlib.Data.Set.Lattice.1514_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C
Mathlib_Data_Set_Lattice
case h.mp α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 C : Set (Set α) f : (s : ↑C) → β → ↑↑s hf : ∀ (s : ↑C), Surjective (f s) x : α ⊢ (x ∈ ⋃ y, range fun s => ↑(f s y)) → x ∈ ⋃₀ C
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rintro ⟨s, ⟨y, rfl⟩, ⟨s, hs⟩, rfl⟩
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C := by ext x; constructor ·
Mathlib.Data.Set.Lattice.1514_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C
Mathlib_Data_Set_Lattice
case h.mp.intro.intro.intro.intro.mk α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 C : Set (Set α) f : (s : ↑C) → β → ↑↑s hf : ∀ (s : ↑C), Surjective (f s) y : β s : Set α hs : s ∈ C ...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
refine' ⟨_, hs, _⟩
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C := by ext x; constructor · rintro ⟨s, ⟨y, rfl⟩, ⟨s, hs⟩, rfl⟩
Mathlib.Data.Set.Lattice.1514_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C
Mathlib_Data_Set_Lattice
case h.mp.intro.intro.intro.intro.mk α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 C : Set (Set α) f : (s : ↑C) → β → ↑↑s hf : ∀ (s : ↑C), Surjective (f s) y : β s : Set α hs : s ∈ C ...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact (f ⟨s, hs⟩ y).2
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C := by ext x; constructor · rintro ⟨s, ⟨y, rfl⟩, ⟨s, hs⟩, rfl⟩ refine' ⟨_, hs, _⟩
Mathlib.Data.Set.Lattice.1514_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C
Mathlib_Data_Set_Lattice
case h.mpr α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 C : Set (Set α) f : (s : ↑C) → β → ↑↑s hf : ∀ (s : ↑C), Surjective (f s) x : α ⊢ x ∈ ⋃₀ C → x ∈ ⋃ y, range fun s => ↑(f s y)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rintro ⟨s, hs, hx⟩
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C := by ext x; constructor · rintro ⟨s, ⟨y, rfl⟩, ⟨s, hs⟩, rfl⟩ refine' ⟨_, hs, _⟩ exact (f ⟨s, hs⟩ y).2 ·
Mathlib.Data.Set.Lattice.1514_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C
Mathlib_Data_Set_Lattice
case h.mpr.intro.intro α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 C : Set (Set α) f : (s : ↑C) → β → ↑↑s hf : ∀ (s : ↑C), Surjective (f s) x : α s : Set α hs : s ∈ C hx : x ∈ s ⊢ x...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
cases' hf ⟨s, hs⟩ ⟨x, hx⟩ with y hy
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C := by ext x; constructor · rintro ⟨s, ⟨y, rfl⟩, ⟨s, hs⟩, rfl⟩ refine' ⟨_, hs, _⟩ exact (f ⟨s, hs⟩ y).2 · rintro ⟨s, hs, hx⟩ ...
Mathlib.Data.Set.Lattice.1514_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C
Mathlib_Data_Set_Lattice
case h.mpr.intro.intro.intro α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 C : Set (Set α) f : (s : ↑C) → β → ↑↑s hf : ∀ (s : ↑C), Surjective (f s) x : α s : Set α hs : s ∈ C hx : x ∈...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
refine' ⟨_, ⟨y, rfl⟩, ⟨s, hs⟩, _⟩
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C := by ext x; constructor · rintro ⟨s, ⟨y, rfl⟩, ⟨s, hs⟩, rfl⟩ refine' ⟨_, hs, _⟩ exact (f ⟨s, hs⟩ y).2 · rintro ⟨s, hs, hx⟩ ...
Mathlib.Data.Set.Lattice.1514_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C
Mathlib_Data_Set_Lattice
case h.mpr.intro.intro.intro α✝ : Type u_1 β✝ : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 α : Type u_11 β : Type u_12 C : Set (Set α) f : (s : ↑C) → β → ↑↑s hf : ∀ (s : ↑C), Surjective (f s) x : α s : Set α hs : s ∈ C hx : x ∈...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact congr_arg Subtype.val hy
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C := by ext x; constructor · rintro ⟨s, ⟨y, rfl⟩, ⟨s, hs⟩, rfl⟩ refine' ⟨_, hs, _⟩ exact (f ⟨s, hs⟩ y).2 · rintro ⟨s, hs, hx⟩ ...
Mathlib.Data.Set.Lattice.1514_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_sUnion {α β : Type*} (C : Set (Set α)) {f : ∀ s : C, β → (s : Type _)} (hf : ∀ s : C, Surjective (f s)) : ⋃ y : β, range (fun s : C => (f s y).val) = ⋃₀C
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 C : ι → Set α f : (x : ι) → β → ↑(C x) hf : ∀ (x : ι), Surjective (f x) ⊢ (⋃ y, range fun x => ↑(f x y)) = ⋃ x, C x
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
ext x
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x := by
Mathlib.Data.Set.Lattice.1526_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x
Mathlib_Data_Set_Lattice
case h α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 C : ι → Set α f : (x : ι) → β → ↑(C x) hf : ∀ (x : ι), Surjective (f x) x : α ⊢ (x ∈ ⋃ y, range fun x => ↑(f x y)) ↔ x ∈ ⋃ x, C x
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [mem_iUnion, mem_iUnion]
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x := by ext x;
Mathlib.Data.Set.Lattice.1526_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x
Mathlib_Data_Set_Lattice
case h α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 C : ι → Set α f : (x : ι) → β → ↑(C x) hf : ∀ (x : ι), Surjective (f x) x : α ⊢ (∃ i, x ∈ range fun x => ↑(f x i)) ↔ ∃ i, x ∈ C i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
constructor
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x := by ext x; rw [mem_iUnion, mem_iUnion];
Mathlib.Data.Set.Lattice.1526_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x
Mathlib_Data_Set_Lattice
case h.mp α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 C : ι → Set α f : (x : ι) → β → ↑(C x) hf : ∀ (x : ι), Surjective (f x) x : α ⊢ (∃ i, x ∈ range fun x => ↑(f x i)) → ∃ i, x ∈ C i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rintro ⟨y, i, rfl⟩
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x := by ext x; rw [mem_iUnion, mem_iUnion]; constructor ·
Mathlib.Data.Set.Lattice.1526_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x
Mathlib_Data_Set_Lattice
case h.mp.intro.intro α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 C : ι → Set α f : (x : ι) → β → ↑(C x) hf : ∀ (x : ι), Surjective (f x) y : β i : ι ⊢ ∃ i_1, (fun x => ↑(f x y)) i ∈ C i_1
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact ⟨i, (f i y).2⟩
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x := by ext x; rw [mem_iUnion, mem_iUnion]; constructor · rintro ⟨y, i, rfl⟩
Mathlib.Data.Set.Lattice.1526_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x
Mathlib_Data_Set_Lattice
case h.mpr α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 C : ι → Set α f : (x : ι) → β → ↑(C x) hf : ∀ (x : ι), Surjective (f x) x : α ⊢ (∃ i, x ∈ C i) → ∃ i, x ∈ range fun x => ↑(f x i)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rintro ⟨i, hx⟩
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x := by ext x; rw [mem_iUnion, mem_iUnion]; constructor · rintro ⟨y, i, rfl⟩ exact ⟨i, (f i y).2⟩ ·
Mathlib.Data.Set.Lattice.1526_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x
Mathlib_Data_Set_Lattice
case h.mpr.intro α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 C : ι → Set α f : (x : ι) → β → ↑(C x) hf : ∀ (x : ι), Surjective (f x) x : α i : ι hx : x ∈ C i ⊢ ∃ i, x ∈ range fun x => ↑(f x i)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
cases' hf i ⟨x, hx⟩ with y hy
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x := by ext x; rw [mem_iUnion, mem_iUnion]; constructor · rintro ⟨y, i, rfl⟩ exact ⟨i, (f i y).2⟩ · rintro ⟨i, hx⟩
Mathlib.Data.Set.Lattice.1526_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x
Mathlib_Data_Set_Lattice
case h.mpr.intro.intro α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 C : ι → Set α f : (x : ι) → β → ↑(C x) hf : ∀ (x : ι), Surjective (f x) x : α i : ι hx : x ∈ C i y : β hy : f i y = { val := x, property := hx }...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact ⟨y, i, congr_arg Subtype.val hy⟩
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x := by ext x; rw [mem_iUnion, mem_iUnion]; constructor · rintro ⟨y, i, rfl⟩ exact ⟨i, (f i y).2⟩ · rintro ⟨i, hx⟩ cases' hf i ⟨x, hx⟩ with y hy ...
Mathlib.Data.Set.Lattice.1526_0.5mONj49h3SYSDwc
theorem iUnion_range_eq_iUnion (C : ι → Set α) {f : ∀ x : ι, β → C x} (hf : ∀ x : ι, Surjective (f x)) : ⋃ y : β, range (fun x : ι => (f x y).val) = ⋃ x, C x
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set α t : (i : ι) → κ i → Set α ⊢ s ∪ ⋂ i, ⋂ j, t i j = ⋂ i, ⋂ j, s ∪ t i j
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp_rw [union_distrib_iInter_left]
theorem union_distrib_iInter₂_left (s : Set α) (t : ∀ i, κ i → Set α) : (s ∪ ⋂ (i) (j), t i j) = ⋂ (i) (j), s ∪ t i j := by
Mathlib.Data.Set.Lattice.1542_0.5mONj49h3SYSDwc
theorem union_distrib_iInter₂_left (s : Set α) (t : ∀ i, κ i → Set α) : (s ∪ ⋂ (i) (j), t i j) = ⋂ (i) (j), s ∪ t i j
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : (i : ι) → κ i → Set α t : Set α ⊢ (⋂ i, ⋂ j, s i j) ∪ t = ⋂ i, ⋂ j, s i j ∪ t
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp_rw [union_distrib_iInter_right]
theorem union_distrib_iInter₂_right (s : ∀ i, κ i → Set α) (t : Set α) : (⋂ (i) (j), s i j) ∪ t = ⋂ (i) (j), s i j ∪ t := by
Mathlib.Data.Set.Lattice.1552_0.5mONj49h3SYSDwc
theorem union_distrib_iInter₂_right (s : ∀ i, κ i → Set α) (t : Set α) : (⋂ (i) (j), s i j) ∪ t = ⋂ (i) (j), s i j ∪ t
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) f : α → β ⊢ f '' ⋂₀ S ⊆ ⋂ s ∈ S, f '' s
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [sInter_eq_biInter]
theorem image_sInter_subset (S : Set (Set α)) (f : α → β) : f '' ⋂₀ S ⊆ ⋂ s ∈ S, f '' s := by
Mathlib.Data.Set.Lattice.1625_0.5mONj49h3SYSDwc
theorem image_sInter_subset (S : Set (Set α)) (f : α → β) : f '' ⋂₀ S ⊆ ⋂ s ∈ S, f '' s
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 S : Set (Set α) f : α → β ⊢ f '' ⋂ i ∈ S, i ⊆ ⋂ s ∈ S, f '' s
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
apply image_iInter₂_subset
theorem image_sInter_subset (S : Set (Set α)) (f : α → β) : f '' ⋂₀ S ⊆ ⋂ s ∈ S, f '' s := by rw [sInter_eq_biInter]
Mathlib.Data.Set.Lattice.1625_0.5mONj49h3SYSDwc
theorem image_sInter_subset (S : Set (Set α)) (f : α → β) : f '' ⋂₀ S ⊆ ⋂ s ∈ S, f '' s
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ ⊢ Injective f ↔ ∀ (i : ι), Injective (restrictPreimage (U i) f)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
refine' ⟨fun H i => (U i).restrictPreimage_injective H, fun H x y e => _⟩
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f) := by
Mathlib.Data.Set.Lattice.1639_0.5mONj49h3SYSDwc
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ H : ∀ (i : ι), Injective (restrictPreimage (U i) f) x y : α e : f x = f y ⊢ x = y
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
obtain ⟨i, hi⟩ := Set.mem_iUnion.mp (show f x ∈ Set.iUnion U by rw [hU]; triv)
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f) := by refine' ⟨fun H i => (U i).restrictPreimage_injective H, fun H x y e => _⟩
Mathlib.Data.Set.Lattice.1639_0.5mONj49h3SYSDwc
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ H : ∀ (i : ι), Injective (restrictPreimage (U i) f) x y : α e : f x = f y ⊢ f x ∈ iUnion U
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [hU]
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f) := by refine' ⟨fun H i => (U i).restrictPreimage_injective H, fun H x y e => _⟩ obtain ⟨i, hi⟩ := Set.mem_iUnion.mp (show f x ∈ Set.iUnion U by
Mathlib.Data.Set.Lattice.1639_0.5mONj49h3SYSDwc
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ H : ∀ (i : ι), Injective (restrictPreimage (U i) f) x y : α e : f x = f y ⊢ f x ∈ univ
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
triv
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f) := by refine' ⟨fun H i => (U i).restrictPreimage_injective H, fun H x y e => _⟩ obtain ⟨i, hi⟩ := Set.mem_iUnion.mp (show f x ∈ Set.iUnion U by rw [hU];
Mathlib.Data.Set.Lattice.1639_0.5mONj49h3SYSDwc
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
case intro α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ H : ∀ (i : ι), Injective (restrictPreimage (U i) f) x y : α e : f x = f y i : ι hi : f x ∈ U i ⊢ x = ...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
injection @H i ⟨x, hi⟩ ⟨y, show f y ∈ U i from e ▸ hi⟩ (Subtype.ext e)
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f) := by refine' ⟨fun H i => (U i).restrictPreimage_injective H, fun H x y e => _⟩ obtain ⟨i, hi⟩ := Set.mem_iUnion.mp (show f x ∈ Set.iUnion U by rw [hU]; triv)
Mathlib.Data.Set.Lattice.1639_0.5mONj49h3SYSDwc
theorem injective_iff_injective_of_iUnion_eq_univ : Injective f ↔ ∀ i, Injective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ ⊢ Surjective f ↔ ∀ (i : ι), Surjective (restrictPreimage (U i) f)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
refine' ⟨fun H i => (U i).restrictPreimage_surjective H, fun H x => _⟩
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f) := by
Mathlib.Data.Set.Lattice.1647_0.5mONj49h3SYSDwc
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ H : ∀ (i : ι), Surjective (restrictPreimage (U i) f) x : β ⊢ ∃ a, f a = x
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
obtain ⟨i, hi⟩ := Set.mem_iUnion.mp (show x ∈ Set.iUnion U by rw [hU]; triv)
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f) := by refine' ⟨fun H i => (U i).restrictPreimage_surjective H, fun H x => _⟩
Mathlib.Data.Set.Lattice.1647_0.5mONj49h3SYSDwc
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ H : ∀ (i : ι), Surjective (restrictPreimage (U i) f) x : β ⊢ x ∈ iUnion U
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [hU]
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f) := by refine' ⟨fun H i => (U i).restrictPreimage_surjective H, fun H x => _⟩ obtain ⟨i, hi⟩ := Set.mem_iUnion.mp (show x ∈ Set.iUnion U by
Mathlib.Data.Set.Lattice.1647_0.5mONj49h3SYSDwc
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ H : ∀ (i : ι), Surjective (restrictPreimage (U i) f) x : β ⊢ x ∈ univ
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
triv
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f) := by refine' ⟨fun H i => (U i).restrictPreimage_surjective H, fun H x => _⟩ obtain ⟨i, hi⟩ := Set.mem_iUnion.mp (show x ∈ Set.iUnion U by rw [hU];
Mathlib.Data.Set.Lattice.1647_0.5mONj49h3SYSDwc
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
case intro α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ H : ∀ (i : ι), Surjective (restrictPreimage (U i) f) x : β i : ι hi : x ∈ U i ⊢ ∃ a, f a = x
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact ⟨_, congr_arg Subtype.val (H i ⟨x, hi⟩).choose_spec⟩
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f) := by refine' ⟨fun H i => (U i).restrictPreimage_surjective H, fun H x => _⟩ obtain ⟨i, hi⟩ := Set.mem_iUnion.mp (show x ∈ Set.iUnion U by rw [hU]; triv)
Mathlib.Data.Set.Lattice.1647_0.5mONj49h3SYSDwc
theorem surjective_iff_surjective_of_iUnion_eq_univ : Surjective f ↔ ∀ i, Surjective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ ⊢ Bijective f ↔ ∀ (i : ι), Bijective (restrictPreimage (U i) f)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [Bijective, injective_iff_injective_of_iUnion_eq_univ hU, surjective_iff_surjective_of_iUnion_eq_univ hU]
theorem bijective_iff_bijective_of_iUnion_eq_univ : Bijective f ↔ ∀ i, Bijective ((U i).restrictPreimage f) := by
Mathlib.Data.Set.Lattice.1656_0.5mONj49h3SYSDwc
theorem bijective_iff_bijective_of_iUnion_eq_univ : Bijective f ↔ ∀ i, Bijective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : Set β f : α → β U : ι → Set β hU : iUnion U = univ ⊢ ((∀ (i : ι), Injective (restrictPreimage (U i) f)) ∧ ∀ (i : ι), Surjective (restrictPreimage (U i) f)) ↔ ∀...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp [Bijective, forall_and]
theorem bijective_iff_bijective_of_iUnion_eq_univ : Bijective f ↔ ∀ i, Bijective ((U i).restrictPreimage f) := by rw [Bijective, injective_iff_injective_of_iUnion_eq_univ hU, surjective_iff_surjective_of_iUnion_eq_univ hU]
Mathlib.Data.Set.Lattice.1656_0.5mONj49h3SYSDwc
theorem bijective_iff_bijective_of_iUnion_eq_univ : Bijective f ↔ ∀ i, Bijective ((U i).restrictPreimage f)
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) ⊢ f '' ⋂ i, s i = ⋂ i, f '' s i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
inhabit ι
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι ⊢ f '' ⋂ i, s i = ⋂ i, f '' s i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι y : β hy : y ∈ ⋂ i, f '' s i ⊢ y ∈ f '' ⋂ i, s i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [mem_iInter, mem_image_iff_bex] at hy
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι y : β hy : ∀ (i : ι), ∃ x, ∃ (_ : x ∈ s i), f x = y ⊢ y ∈ f '' ⋂ i, s i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
choose x hx hy using hy
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _ simp only [mem_iInter, mem_image_iff_bex] at hy
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι y : β x : ι → α hx : ∀ (i : ι), x i ∈ s i hy : ∀ (i : ι), f (x i) = y ⊢ y ∈...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
refine' ⟨x default, mem_iInter.2 fun i => _, hy _⟩
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _ simp only [mem_iInter, mem_image_iff_bex] at hy choose x hx hy using hy
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι y : β x : ι → α hx : ∀ (i : ι), x i ∈ s i hy : ∀ (i : ι), f (x i) = y i : ι...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
suffices x default = x i by rw [this] apply hx
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _ simp only [mem_iInter, mem_image_iff_bex] at hy choose x hx hy using hy refine' ⟨x default, mem_...
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι y : β x : ι → α hx : ∀ (i : ι), x i ∈ s i hy : ∀ (i : ι), f (x i) = y i : ι...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
rw [this]
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _ simp only [mem_iInter, mem_image_iff_bex] at hy choose x hx hy using hy refine' ⟨x default, mem_...
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι y : β x : ι → α hx : ∀ (i : ι), x i ∈ s i hy : ∀ (i : ι), f (x i) = y i : ι...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
apply hx
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _ simp only [mem_iInter, mem_image_iff_bex] at hy choose x hx hy using hy refine' ⟨x default, mem_...
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι y : β x : ι → α hx : ∀ (i : ι), x i ∈ s i hy : ∀ (i : ι), f (x i) = y i : ι...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
replace hx : ∀ i, x i ∈ ⋃ j, s j := fun i => (subset_iUnion _ _) (hx i)
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _ simp only [mem_iInter, mem_image_iff_bex] at hy choose x hx hy using hy refine' ⟨x default, mem_...
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι y : β x : ι → α hy : ∀ (i : ι), f (x i) = y i : ι hx : ∀ (i : ι), x i ∈ ⋃ j...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
apply h (hx _) (hx _)
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _ simp only [mem_iInter, mem_image_iff_bex] at hy choose x hx hy using hy refine' ⟨x default, mem_...
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 inst✝ : Nonempty ι s : ι → Set α f : α → β h : InjOn f (⋃ i, s i) inhabited_h : Inhabited ι y : β x : ι → α hy : ∀ (i : ι), f (x i) = y i : ι hx : ∀ (i : ι), x i ∈ ⋃ j...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [hy]
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by inhabit ι refine' Subset.antisymm (image_iInter_subset s f) fun y hy => _ simp only [mem_iInter, mem_image_iff_bex] at hy choose x hx hy using hy refine' ⟨x default, mem_...
Mathlib.Data.Set.Lattice.1668_0.5mONj49h3SYSDwc
theorem InjOn.image_iInter_eq [Nonempty ι] {s : ι → Set α} {f : α → β} (h : InjOn f (⋃ i, s i)) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 p : ι → Prop s : (i : ι) → p i → Set α hp : ∃ i, p i f : α → β h : InjOn f (⋃ i, ⋃ (hi : p i), s i hi) ⊢ f '' ⋂ i, ⋂ (hi : p i), s i hi = ⋂ i, ⋂ (hi : p i), f '' s i h...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp only [iInter, iInf_subtype']
theorem InjOn.image_biInter_eq {p : ι → Prop} {s : ∀ i, p i → Set α} (hp : ∃ i, p i) {f : α → β} (h : InjOn f (⋃ (i) (hi), s i hi)) : (f '' ⋂ (i) (hi), s i hi) = ⋂ (i) (hi), f '' s i hi := by
Mathlib.Data.Set.Lattice.1686_0.5mONj49h3SYSDwc
theorem InjOn.image_biInter_eq {p : ι → Prop} {s : ∀ i, p i → Set α} (hp : ∃ i, p i) {f : α → β} (h : InjOn f (⋃ (i) (hi), s i hi)) : (f '' ⋂ (i) (hi), s i hi) = ⋂ (i) (hi), f '' s i hi
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 p : ι → Prop s : (i : ι) → p i → Set α hp : ∃ i, p i f : α → β h : InjOn f (⋃ i, ⋃ (hi : p i), s i hi) ⊢ f '' ⨅ x, s ↑x (_ : p ↑x) = ⨅ x, f '' s ↑x (_ : p ↑x)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
haveI : Nonempty { i // p i } := nonempty_subtype.2 hp
theorem InjOn.image_biInter_eq {p : ι → Prop} {s : ∀ i, p i → Set α} (hp : ∃ i, p i) {f : α → β} (h : InjOn f (⋃ (i) (hi), s i hi)) : (f '' ⋂ (i) (hi), s i hi) = ⋂ (i) (hi), f '' s i hi := by simp only [iInter, iInf_subtype']
Mathlib.Data.Set.Lattice.1686_0.5mONj49h3SYSDwc
theorem InjOn.image_biInter_eq {p : ι → Prop} {s : ∀ i, p i → Set α} (hp : ∃ i, p i) {f : α → β} (h : InjOn f (⋃ (i) (hi), s i hi)) : (f '' ⋂ (i) (hi), s i hi) = ⋂ (i) (hi), f '' s i hi
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 p : ι → Prop s : (i : ι) → p i → Set α hp : ∃ i, p i f : α → β h : InjOn f (⋃ i, ⋃ (hi : p i), s i hi) this : Nonempty { i // p i } ⊢ f '' ⨅ x, s ↑x (_ : p ↑x) = ⨅ x, ...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
apply InjOn.image_iInter_eq
theorem InjOn.image_biInter_eq {p : ι → Prop} {s : ∀ i, p i → Set α} (hp : ∃ i, p i) {f : α → β} (h : InjOn f (⋃ (i) (hi), s i hi)) : (f '' ⋂ (i) (hi), s i hi) = ⋂ (i) (hi), f '' s i hi := by simp only [iInter, iInf_subtype'] haveI : Nonempty { i // p i } := nonempty_subtype.2 hp
Mathlib.Data.Set.Lattice.1686_0.5mONj49h3SYSDwc
theorem InjOn.image_biInter_eq {p : ι → Prop} {s : ∀ i, p i → Set α} (hp : ∃ i, p i) {f : α → β} (h : InjOn f (⋃ (i) (hi), s i hi)) : (f '' ⋂ (i) (hi), s i hi) = ⋂ (i) (hi), f '' s i hi
Mathlib_Data_Set_Lattice
case h α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 p : ι → Prop s : (i : ι) → p i → Set α hp : ∃ i, p i f : α → β h : InjOn f (⋃ i, ⋃ (hi : p i), s i hi) this : Nonempty { i // p i } ⊢ InjOn f (⋃ i, s ↑i (_ : p ...
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simpa only [iUnion, iSup_subtype'] using h
theorem InjOn.image_biInter_eq {p : ι → Prop} {s : ∀ i, p i → Set α} (hp : ∃ i, p i) {f : α → β} (h : InjOn f (⋃ (i) (hi), s i hi)) : (f '' ⋂ (i) (hi), s i hi) = ⋂ (i) (hi), f '' s i hi := by simp only [iInter, iInf_subtype'] haveI : Nonempty { i // p i } := nonempty_subtype.2 hp apply InjOn.image_iInter_...
Mathlib.Data.Set.Lattice.1686_0.5mONj49h3SYSDwc
theorem InjOn.image_biInter_eq {p : ι → Prop} {s : ∀ i, p i → Set α} (hp : ∃ i, p i) {f : α → β} (h : InjOn f (⋃ (i) (hi), s i hi)) : (f '' ⋂ (i) (hi), s i hi) = ⋂ (i) (hi), f '' s i hi
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 f : α → β hf : Bijective f s : ι → Set α ⊢ f '' ⋂ i, s i = ⋂ i, f '' s i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
cases isEmpty_or_nonempty ι
theorem image_iInter {f : α → β} (hf : Bijective f) (s : ι → Set α) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by
Mathlib.Data.Set.Lattice.1695_0.5mONj49h3SYSDwc
theorem image_iInter {f : α → β} (hf : Bijective f) (s : ι → Set α) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
case inl α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 f : α → β hf : Bijective f s : ι → Set α h✝ : IsEmpty ι ⊢ f '' ⋂ i, s i = ⋂ i, f '' s i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp_rw [iInter_of_empty, image_univ_of_surjective hf.surjective]
theorem image_iInter {f : α → β} (hf : Bijective f) (s : ι → Set α) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by cases isEmpty_or_nonempty ι ·
Mathlib.Data.Set.Lattice.1695_0.5mONj49h3SYSDwc
theorem image_iInter {f : α → β} (hf : Bijective f) (s : ι → Set α) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
case inr α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 f : α → β hf : Bijective f s : ι → Set α h✝ : Nonempty ι ⊢ f '' ⋂ i, s i = ⋂ i, f '' s i
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
exact (hf.injective.injOn _).image_iInter_eq
theorem image_iInter {f : α → β} (hf : Bijective f) (s : ι → Set α) : (f '' ⋂ i, s i) = ⋂ i, f '' s i := by cases isEmpty_or_nonempty ι · simp_rw [iInter_of_empty, image_univ_of_surjective hf.surjective] ·
Mathlib.Data.Set.Lattice.1695_0.5mONj49h3SYSDwc
theorem image_iInter {f : α → β} (hf : Bijective f) (s : ι → Set α) : (f '' ⋂ i, s i) = ⋂ i, f '' s i
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 f : α → β hf : Bijective f s : (i : ι) → κ i → Set α ⊢ f '' ⋂ i, ⋂ j, s i j = ⋂ i, ⋂ j, f '' s i j
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
simp_rw [image_iInter hf]
theorem image_iInter₂ {f : α → β} (hf : Bijective f) (s : ∀ i, κ i → Set α) : (f '' ⋂ (i) (j), s i j) = ⋂ (i) (j), f '' s i j := by
Mathlib.Data.Set.Lattice.1704_0.5mONj49h3SYSDwc
theorem image_iInter₂ {f : α → β} (hf : Bijective f) (s : ∀ i, κ i → Set α) : (f '' ⋂ (i) (j), s i j) = ⋂ (i) (j), f '' s i j
Mathlib_Data_Set_Lattice
α : Type u_1 β : Type u_2 γ : Type u_3 ι : Sort u_4 ι' : Sort u_5 ι₂ : Sort u_6 κ : ι → Sort u_7 κ₁ : ι → Sort u_8 κ₂ : ι → Sort u_9 κ' : ι' → Sort u_10 s : ι → Set α hs : Directed (fun x x_1 => x ⊆ x_1) s f : α → β hf : ∀ (i : ι), InjOn f (s i) ⊢ InjOn f (⋃ i, s i)
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -/ import Mathlib.Order.CompleteBooleanAlgebra import Mathlib.Order.Directed import Mathlib.Order.GaloisConnection #ali...
intro x hx y hy hxy
theorem inj_on_iUnion_of_directed {s : ι → Set α} (hs : Directed (· ⊆ ·) s) {f : α → β} (hf : ∀ i, InjOn f (s i)) : InjOn f (⋃ i, s i) := by
Mathlib.Data.Set.Lattice.1708_0.5mONj49h3SYSDwc
theorem inj_on_iUnion_of_directed {s : ι → Set α} (hs : Directed (· ⊆ ·) s) {f : α → β} (hf : ∀ i, InjOn f (s i)) : InjOn f (⋃ i, s i)
Mathlib_Data_Set_Lattice