2014-10-30 21:49:11 +00:00
|
|
|
|
import logic data.prod
|
|
|
|
|
open prod
|
|
|
|
|
|
2014-12-19 23:08:21 +00:00
|
|
|
|
set_option class.unique_instances true
|
2014-10-30 21:49:11 +00:00
|
|
|
|
theorem tst (A : Type) (H₁ : inhabited A) (H₂ : inhabited A) : inhabited (A × A) :=
|
|
|
|
|
_
|
|
|
|
|
|
2014-12-19 23:08:21 +00:00
|
|
|
|
set_option class.unique_instances false
|
2014-10-30 21:49:11 +00:00
|
|
|
|
theorem tst (A : Type) (H₁ : inhabited A) (H₂ : inhabited A) : inhabited (A × A) :=
|
|
|
|
|
_
|