2016-05-31 22:14:42 -04:00
|
|
|
|
{x ∈ S | x > 0} : set ℕ
|
|
|
|
|
{x ∈ s | x > 0} : finset ℕ
|
2016-02-04 13:15:42 -08:00
|
|
|
|
@set.sep.{1} nat
|
2016-05-31 22:14:42 -04:00
|
|
|
|
(λ x,
|
2016-02-04 13:15:42 -08:00
|
|
|
|
@gt.{1} nat nat._trans_of_decidable_linear_ordered_semiring_13 x
|
|
|
|
|
(@zero.{1} nat nat._trans_of_decidable_linear_ordered_semiring_6))
|
|
|
|
|
S :
|
|
|
|
|
set.{1} nat
|
2016-05-31 22:14:42 -04:00
|
|
|
|
@finset.sep.{1} nat (λ a b, nat.has_decidable_eq a b)
|
|
|
|
|
(λ x,
|
2016-02-04 13:15:42 -08:00
|
|
|
|
@gt.{1} nat nat._trans_of_decidable_linear_ordered_semiring_13 x
|
|
|
|
|
(@zero.{1} nat nat._trans_of_decidable_linear_ordered_semiring_6))
|
2016-05-31 22:14:42 -04:00
|
|
|
|
(λ a, nat.decidable_lt (@zero.{1} nat nat._trans_of_decidable_linear_ordered_semiring_6) a)
|
2015-08-16 18:21:29 -07:00
|
|
|
|
s :
|
|
|
|
|
finset.{1} nat
|