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&