Equations
- Misc.P001.P5.f x✝ 0 = x✝
- Misc.P001.P5.f x✝ m.succ = Misc.P001.P5.f (x✝ + 1) m
Instances For
@[instance_reducible]
Equations
- Misc.P001.P6.instInhabitedWorld = { default := { HorseT := String, Horse := Set.univ, WhiteHorse := ∅, horse_univ := Misc.P001.P6.instInhabitedWorld._proof_1, exi_non_white_horse := Misc.P001.P6.instInhabitedWorld._proof_2 } }
@[instance_reducible]
Equations
- Misc.P001.P7.instInhabitedWorld = { default := { Person := String, drinks := fun (x : String) => False, nonempty_person := Misc.P001.P7.instInhabitedWorld._proof_1 } }
theorem
Misc.P001.P7.exi_imp_forall_drinks
[W : World]
:
∃ (p : World.Person), World.drinks p → ∀ (p' : World.Person), World.drinks p'
@[instance_reducible]
Equations
- Misc.P001.P8.instInhabitedWorld = { default := { Woman := String, sterile := fun (x : String) => False, humanityDiesOut := False, nonempty_woman := Misc.P001.P7.instInhabitedWorld._proof_1, humanityDiesOut_of_forall_sterile := Misc.P001.P8.instInhabitedWorld._proof_1 } }
theorem
Misc.P001.P8.exi_imp_humanityDiesOut
[W : World]
:
∃ (w : World.Woman), World.sterile w → World.humanityDiesOut
@[reducible, inline]
Equations
Instances For
theorem
Misc.P001.P9.integrable_of_continuous
{f : ℝ → ℝ}
{a b : ℝ}
(h : Continuous f)
:
IntervalIntegrable f μ a b
theorem
Misc.P001.P10.aux₂
{r N n c : ℕ}
{w : ℝ}
{a : ℕ → ℕ}
(h₃ : ∀ (n : ℕ), ∃ (k : ℕ), (∏ i ∈ Finset.range n, ↑(a i)) ^ (↑n)⁻¹ = ↑k)
(hw : max (↑r) (Real.logb (1 + 1 / ↑r) ↑r) + 1 = w)
(hN : w < ↑N)
(hr : 1 ≤ r)
(hrN : r < N)
(hn : N ≤ n)
(hc : ∏ i ∈ Finset.range N, ↑(a i) = ↑c ^ ↑N)
(h₅ : c ≤ r)
(H : ∀ (k : ℕ), N ≤ k → k < n → a k = c)
(h₁ : ∀ (n : ℕ), 1 ≤ a n)
(h₄ : 1 ≤ c)
(H₁ : ∀ (k : ℕ), N ≤ k → k ≤ n → (∏ i ∈ Finset.range k, ↑(a i)) ^ (↑k)⁻¹ = ↑c)
: