how to proof (f1+f1 = f2+f2 -> f1 = f2) in coq

前端 未结 0 1622
闹比i
闹比i 2021-02-08 00:13

I\'m new to Coq. I want to proof a lemma:

Require Import Reals.
Open Scope R_scope.
Definition fadd (f g:R->R) := fun x => f x + g x.
Notation "f +f g&         


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