2014-10-30 14:49:11 -07:00
|
|
|
|
import logic data.prod
|
|
|
|
|
open prod
|
|
|
|
|
|
2015-02-24 15:25:02 -08:00
|
|
|
|
set_option class.unique_instances true set_option pp.implicit true
|
2014-10-30 14:49:11 -07:00
|
|
|
|
theorem tst (A : Type) (H₁ : inhabited A) (H₂ : inhabited A) : inhabited (A × A) :=
|
|
|
|
|
_
|
|
|
|
|
|
2014-12-19 15:08:21 -08:00
|
|
|
|
set_option class.unique_instances false
|
2014-10-30 14:49:11 -07:00
|
|
|
|
theorem tst (A : Type) (H₁ : inhabited A) (H₂ : inhabited A) : inhabited (A × A) :=
|
|
|
|
|
_
|