@@ -332,26 +332,31 @@ theorem Finite.iInf_biSup_of_antitone {ι ι' α : Type*} [Preorder ι'] [Nonemp
332332 (hf : ∀ i ∈ s, Antitone (f i)) : ⨅ j, ⨆ i ∈ s, f i j = ⨆ i ∈ s, ⨅ j, f i j :=
333333 hs.iSup_biInf_of_monotone (α := αᵒᵈ) fun i hi => (hf i hi).dual_right
334334
335- theorem iSup_iInf_of_monotone {ι ι' α : Type *} [Finite ι] [Preorder ι'] [Nonempty ι']
335+ theorem _root_. iSup_iInf_of_monotone {ι ι' α : Type *} [Finite ι] [Preorder ι'] [Nonempty ι']
336336 [IsDirectedOrder ι'] [Order.Frame α] {f : ι → ι' → α} (hf : ∀ i, Monotone (f i)) :
337337 ⨆ j, ⨅ i, f i j = ⨅ i, ⨆ j, f i j := by
338338 simpa only [iInf_univ] using finite_univ.iSup_biInf_of_monotone fun i _ => hf i
339339
340- theorem iSup_iInf_of_antitone {ι ι' α : Type *} [Finite ι] [Preorder ι'] [Nonempty ι']
340+ theorem _root_. iSup_iInf_of_antitone {ι ι' α : Type *} [Finite ι] [Preorder ι'] [Nonempty ι']
341341 [IsCodirectedOrder ι'] [Order.Frame α] {f : ι → ι' → α} (hf : ∀ i, Antitone (f i)) :
342342 ⨆ j, ⨅ i, f i j = ⨅ i, ⨆ j, f i j :=
343343 @iSup_iInf_of_monotone ι ι'ᵒᵈ α _ _ _ _ _ _ fun i => (hf i).dual_left
344344
345- theorem iInf_iSup_of_monotone {ι ι' α : Type *} [Finite ι] [Preorder ι'] [Nonempty ι']
345+ theorem _root_. iInf_iSup_of_monotone {ι ι' α : Type *} [Finite ι] [Preorder ι'] [Nonempty ι']
346346 [IsCodirectedOrder ι'] [Order.Coframe α] {f : ι → ι' → α} (hf : ∀ i, Monotone (f i)) :
347347 ⨅ j, ⨆ i, f i j = ⨆ i, ⨅ j, f i j :=
348348 iSup_iInf_of_antitone (α := αᵒᵈ) fun i => (hf i).dual_right
349349
350- theorem iInf_iSup_of_antitone {ι ι' α : Type *} [Finite ι] [Preorder ι'] [Nonempty ι']
350+ theorem _root_. iInf_iSup_of_antitone {ι ι' α : Type *} [Finite ι] [Preorder ι'] [Nonempty ι']
351351 [IsDirectedOrder ι'] [Order.Coframe α] {f : ι → ι' → α} (hf : ∀ i, Antitone (f i)) :
352352 ⨅ j, ⨆ i, f i j = ⨆ i, ⨅ j, f i j :=
353353 iSup_iInf_of_monotone (α := αᵒᵈ) fun i => (hf i).dual_right
354354
355+ @ [deprecated (since := "2026-02-03" )] protected alias iSup_iInf_of_monotone := iSup_iInf_of_monotone
356+ @ [deprecated (since := "2026-02-03" )] protected alias iSup_iInf_of_antitone := iSup_iInf_of_antitone
357+ @ [deprecated (since := "2026-02-03" )] protected alias iInf_iSup_of_monotone := iInf_iSup_of_monotone
358+ @ [deprecated (since := "2026-02-03" )] protected alias iInf_iSup_of_antitone := iInf_iSup_of_antitone
359+
355360/-- An increasing union distributes over finite intersection. -/
356361theorem iUnion_iInter_of_monotone {ι ι' α : Type *} [Finite ι] [Preorder ι'] [IsDirectedOrder ι']
357362 [Nonempty ι'] {s : ι → ι' → Set α} (hs : ∀ i, Monotone (s i)) :
0 commit comments