2014-10-30 21:49:11 +00:00
|
|
|
|
import logic data.prod
|
|
|
|
|
open prod
|
|
|
|
|
|
2015-02-24 23:25:02 +00:00
|
|
|
|
set_option class.unique_instances true set_option pp.implicit 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
|
2015-03-13 21:47:21 +00:00
|
|
|
|
theorem tst2 (A : Type) (H₁ : inhabited A) (H₂ : inhabited A) : inhabited (A × A) :=
|
2014-10-30 21:49:11 +00:00
|
|
|
|
_
|