Problem
Prove using vector methods that the midpoints of the sides of a space quadrilateral form a parallelogram.
My Solution
B (Conclusion): The midpoints of the sides of a space quadrilateral form a parallelogram.
A (Hypothesis): Let $A$, $B$, $C$, $D$ be four points such that they form a space quadrilateral.
B1: $\dfrac{1}{2} \mathbf{A} + \dfrac{1}{2} \mathbf{B} = \dfrac{1}{2} \mathbf{C} + \dfrac{1}{2} \mathbf{D}$ where $\dfrac{1}{2} \mathbf{A} + \dfrac{1}{2} \mathbf{B}$ and $\dfrac{1}{2} \mathbf{C} + \dfrac{1}{2} \mathbf{D}$ are congruent sides. The same can be said for the other two sides.
A1: $\mathbf{A} + \mathbf{B} = \mathbf{C} + \mathbf{D}$ by the definition of quadrilaterals.
$\implies \dfrac{1}{2} \left( \mathbf{A} + \mathbf{B} \right) = \dfrac{1}{2} \left( \mathbf{C} + \mathbf{D} \right)$
$\implies \dfrac{1}{2} \mathbf{A} + \dfrac{1}{2} \mathbf{B} = \dfrac{1}{2} \mathbf{C} + \dfrac{1}{2} \mathbf{D}$
$Q.E.D.$
I would greatly appreciate it if people could please review my proof for correctness.
I'm going to assume that a space quadrilateral is equivalent to a parallelogram
No, in this context a "space quadrilateral" means an arbitrary quadrilateral which is not necessary planar (therefore "space", though that's not too common a usage). – dxiv Jul 11 '17 at 19:46B1: ... where ... are congruent sides
You still need to justify that $(A+B)/2$ is in fact a side of the parallelogram formed by the midpoints (even if it may be obvious). – dxiv Jul 11 '17 at 21:48