Why does the following lean code not work?
variable (p q r : Prop)
example : (p ∨ q) ∨ r ↔ p ∨ (q ∨ r) :=
Iff.intro
(fun ⟨⟨hp, hq⟩, hr⟩ => ⟨hp, ⟨hq, hr⟩⟩)
(fun ⟨hp, ⟨hq, hr⟩⟩ => ⟨⟨hp, hq⟩, hr⟩)
More facts about the resultant over a UFD
https://functor.network/user/2593/entry/1083
Classic results on homogeneous polynomials
https://functor.network/user/2593/entry/1076
Some fun with Euler’s identity
https://functor.network/user/2982/entry/1064
Notes on Holevo’s Theorem
https://functor.network/user/2982/entry/1064
Computing the prime ideals in the ring of polynomials with integer coefficients
https://functor.network/user/2593/entry/1061
Two rules, same function; two functions, same rule
https://functor.network/user/2473/entry/1055
Equivalence Between Almost Uniform Convergence and $\varepsilon_n$-Level Set Decay
https://functor.network/user/2628/entry/1050
Relative primality of polynomials over a UFD is preserved over the fraction field
https://functor.network/user/2593/entry/1047
Some notes on relative primality
https://functor.network/user/2593/entry/1045
Ideal-theoretic characterization of irreducibility
https://functor.network/user/2593/entry/1043
Computing the prime ideals in the ring of complex polynomials in two variables
https://functor.network/user/2593/entry/1041
Next-Word Prediction, Good-Turing Estimation, and Expectations of Sums
https://functor.network/user/2906/entry/994
linear regression from scratch
https://functor.network/user/2964/entry/1039
Examples of funny a priori analytic knowledge
https://functor.network/user/2593/entry/1037
Algèbre linéaire :Une notation plus explicite pour les matrices de passage
https://functor.network/user/1333/entry/1034
Revisiting the infinitude of primes
https://functor.network/user/2593/entry/1032
small attack on lwe
https://functor.network/user/2029/entry/996
Minimal polynomial, naturally
https://functor.network/user/2593/entry/1029
A minor observation about conditionals and logical equivalence
https://functor.network/user/2473/entry/1011
⬆️
⬇️