0

How to verify that a basis is indeed a basis? Would you please walk me through the following three short problems? Thanks.

enter image description here

WLOG
  • 11,436
user12488
  • 425

1 Answers1

2

Follow the definition of a basis; so, if $B=\{v_1,\dots,v_n\}$ is a basis, it will need to

  1. Span the space. That is, for any $x\in V$, there exists $a_1,\dots,a_r\in\mathbb{C}$ such that $a_1v_1+\dots+a_rv_r=x$.
  2. Have all its elements be linearly independent. That is, $a_1v_1+\dots+a_rv_r=0\implies a_1=\dots=a_r=0.$

Once you have checked the two conditions, you would have "verified" that it is indeed a basis.

BlackAdder
  • 4,029