How to prove `forall x : R, 0 < x> 0 < x / 2 < x`?

后端 未结 0 1989
走了就别回头了
走了就别回头了 2020-12-10 23:34

How to prove forall x : R, 0 < x -> 0 < x / 2 < x ?

Require Import Coq.Reals.Reals.
Open Scope R_scope.

Lemma test: forall x : R, 0          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题