Skip to Content.
Sympa Menu

ssreflect - Re: Bijection of vector spaces

Subject: Ssreflect Users Discussion List

List archive

Re: Bijection of vector spaces


Chronological Thread 
  • From: Laurent Théry <>
  • To:
  • Subject: Re: Bijection of vector spaces
  • Date: Thu, 03 May 2012 16:22:33 +0200


Opps I am wrong this is not so simple, so maybe Cyril solution is a more direct one.

I thought the function f that I was defining was not linear over the whole space but it is

Lemma f_is_linear : linear f.
Proof.
move=> k x y; rewrite /f scaler_sumr -big_split /=.
by apply: eq_bigr=> i _; rewrite linearD linearZ scalerDl scalerA.
Qed.

So it is restriction to V1 is an isomorphism.

--
Laurent





Archive powered by MHonArc 2.6.18.

Top of Page