Fill in the six TODO assumptions in starter.tla so that every ASSUME
statement is true, then click Run Model Checker.
Given: Q == <<10, 20, 30>>.
Q is 10.<<20, 30>>.Q has 3 elements.40 to Q gives <<10, 20, 30, 40>>.Q with <<40, 50>> gives <<10, 20, 30, 40, 50>>.Q is a sequence of natural numbers.