-
Notifications
You must be signed in to change notification settings - Fork 1
/
oligopoly_trimmed.tex
679 lines (593 loc) · 20.4 KB
/
oligopoly_trimmed.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
\documentclass[12pt,xcolor=table,aspectratio=169]{beamer}
\usetheme{Frankfurt}
\usecolortheme{rose}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{bbm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[flushleft]{threeparttable}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{siunitx}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing,angles,quotes}
%\usepackage{enumitem}% http://ctan.org/pkg/enumitem
%set up course and number
\newcommand{\ClassName}{TBD}
\newcommand{\ClassNumber}{TBD}
\newcommand{\Topic}{TBD}
% Some optional colors. Change or add as you see fit.
%---------------------------------------------------
\definecolor{ualbertagreen}{HTML}{007C41}
\definecolor{ualbertagold}{HTML}{FFDB05}
\definecolor{calloutgrey}{HTML}{D9D9D9}
%set fonts
\setbeamerfont{subtitle}{size=\large,shape=\scshape,series=\bfseries}
\setbeamerfont{title}{size=\Large,shape=\scshape,series=\bfseries}
\setbeamerfont{author}{size=\large}
\setbeamerfont{date}{size=\large}
\setbeamerfont{caption}{size=\scriptsize}
% Some optional color adjustments to Beamer. Change as you see fit.
%------------------------------------------------------------------
\setbeamercolor{frametitle}{fg=ualbertagreen,bg=white}
\setbeamercolor{title}{fg=ualbertagreen,bg=white}
\setbeamercolor{author}{fg=ualbertagreen,bg=white}
\setbeamercolor{date}{fg=ualbertagreen,bg=white}
\setbeamercolor{local structure}{fg=ualbertagreen}
\setbeamercolor{section in toc}{fg=ualbertagreen,bg=white}
% \setbeamercolor{subsection in toc}{fg=ualbertagreen,bg=white}
\setbeamercolor{footline}{fg=ualbertagreen!50, bg=white}
% definition boxes
\setbeamercolor{block title}{bg=ualbertagreen,fg=white}
\setbeamercolor{block body}{parent=normal text,use=block title,bg=calloutgrey}
%\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!30!bg}
\setbeamercolor{upper separation line head}{bg=ualbertagreen}
\setbeamercolor{lower separation line head}{bg=ualbertagold}
\setbeamercolor{middle separation line head}{bg=ualbertagold}
\setbeamercolor{frametitle}{fg=ualbertagreen,bg=white}
\setbeamercolor{section in head/foot}{bg=white,fg=ualbertagreen}
\setbeamercolor{author in head/foot}{bg=white,fg=ualbertagreen}
\setbeamercolor{date in head/foot}{bg=white,,fg=ualbertagreen}
\setbeamercolor{title in head/foot}{bg=white,fg=ualbertagreen}
\setbeamercolor{headline}{bg=white,fg=ualbertagreen}
\setbeamercolor*{middle separation line head}{bg=ualbertagreen}
\setbeamercolor*{alerted text}{fg=ualbertagreen}
\setbeamercolor*{example text}{fg=black}
\setbeamercolor*{structure}{fg=black}
\let\Tiny=\tiny
\logo{
%\ifnum\insertpagenumber>1
\tikz [remember picture,overlay]
\node[yshift=.3cm,xshift=1.5cm] at (current page.south west)
%or: (current page.center)
{\includegraphics[width=1in]{../images/UA-ASB-COLOUR.png}};
%\fi
%\includegraphics[height=0.8cm]{../images/UA-ASB-COLOUR.png}\vspace{220pt}
}
\setbeamertemplate{title page}{%
\vbox{}
\vspace{.5cm}% NEW
\begingroup
\centering
\begin{beamercolorbox}[sep=8pt,center]{title}
\usebeamerfont{title}\ClassNumber: \ClassName\par%
\usebeamerfont{title}\inserttitle\par%
\ifx\insertsubtitle\@empty%
\else%
\vskip0.05em%
{\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}%
\fi%
\end{beamercolorbox}%
\begin{beamercolorbox}[sep=8pt,center]{author}
\usebeamerfont{author}\insertauthor
\end{beamercolorbox}
\begin{beamercolorbox}[sep=8pt,center]{institute}
\usebeamerfont{institute}\insertinstitute
\end{beamercolorbox}
\vspace{0.5cm}% NEW
\begin{beamercolorbox}[sep=8pt,center]{date}
\usebeamerfont{date}\insertdate
\end{beamercolorbox}\vskip0.05em
\endgroup
%\vfill
}
\setbeamertemplate{frametitle}{%
\insertframetitle\par\vskip-10pt
}
\renewcommand{\ClassName}{Business Economics, Organization and Management}
\renewcommand{\ClassNumber}{BUEC 311}
\setbeamertemplate{headline}{%
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=\paperwidth,ht=5ex,dp=0ex]{white}%
\usebeamerfont{headline}\hskip6pt\ClassNumber: \inserttitle\par%
\insertsectionnavigationhorizontal{\paperwidth}{}{\hskip0pt plus1filll}
\end{beamercolorbox}%
}
}
\defbeamertemplate*{footline}{my footline}{%
\ifnum\insertpagenumber=1
\Tiny{%
\hfill%
\vspace*{1pt}%
%\insertframenumber/\inserttotalframenumber \hspace*{0.1cm}%
\newline%
\color{ualbertagold}{\rule{\paperwidth}{0.4mm}}\newline%
\color{ualbertagold}{\rule{\paperwidth}{.4mm}}%
}
\else%
\Tiny{%
\hspace{.66\paperwidth}
%\vspace{25pt}
\insertframenumber/\inserttotalframenumber
\newline%
\color{ualbertagold}{\rule{\paperwidth}{0.4mm}}\newline%
\color{ualbertagold}{\rule{\paperwidth}{.4mm}}%
}%
\fi%
}
\newenvironment{itemize*}%
{\begin{itemize}%
\setlength{\itemsep}{0pt}%
\setlength{\parskip}{0pt}}%
{\end{itemize}}
\title{
Oligopoly and Monopolistic Competition
}
\date{Fall 2020}
\begin{document}
\section{Outline}
\frame{
\titlepage
}
\frame{
\frametitle{Outline}
\begin{enumerate}
\item Overview
\item[]
\item Cartels
\item[]
\item Cournot Oligopoly
\item[]
\item Bertrand Oligopoly
\item[]
\item Monopolistic Competition
\end{enumerate}
}
\section{Overview}
\frame{
\frametitle{Outline}
\begin{enumerate}
\item \alert{Overview}
\item[]
\item Cartels
\item[]
\item Cournot Oligopoly
\item[]
\item Bertrand Oligopoly
\item[]
\item Monopolistic Competition
\end{enumerate}
}
\frame{
\frametitle{Two Additional Market Structures}
\begin{itemize}
\item So far, we have discussed markets with many firms (perfect competition) or one a single firm (monopoly).
\item[]
\item There are two additional market structures we need to consider.
\begin{itemize}
\item \underline{Oligopoly}: A market with few sellers and barriers to entry, so each individual firm has market power.
\item[]
\item \underline{Monopolistic Competition}: A market in which each firm has market power, but there is free entry in the long run.
\end{itemize}
\end{itemize}
}
\section{Cartels}
\frame{
\frametitle{Outline}
\begin{enumerate}
\item Overview
\item[]
\item \alert{Cartels}
\item[]
\item Cournot Oligopoly
\item[]
\item Bertrand Oligopoly
\item[]
\item Monopolistic Competition
\end{enumerate}
}
\frame{
\frametitle{Cartels}
\begin{itemize}
\item Oligopolistic firms have an incentive to form a cartel in which they collude and set prices or quantities to increase profits.
\begin{itemize}
\item E.g. OPEC, Montreal's snowplow cartel.
\end{itemize}
\item[]
\item Typically, each member of a cartel agrees to reduce its output below the level that would be individually profit maximizing.
\begin{itemize}
\item Idea: Increase market price, so firms in cartel earn higher profits.
\begin{itemize}
\item Ideally, the cartel would reduce market output to the monopoly level; this gives highest possible collective profit.
\end{itemize}
\item Issue: Each member of the cartel has an incentive to cheat.
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Cartels}
\begin{itemize}
\item A cartel will form if its members believe that they can raise their profits by coordinating their actions.
\item[]
\item By coordinating, the cartel accounts for how output changes from each member firm affect all other members of the cartel.
\item[]
\item This means the aggregate profits of the cartel can exceed the combined profits of the same firms if they acted independently.
\end{itemize}
}
\frame{
\frametitle{Cartels}
\begin{figure}
\includegraphics[scale=0.6]{../images/oligopoly/cartel.png}
\end{figure}
}
\frame{
\frametitle{Cartels}
\begin{itemize}
\item Cartels are hard to sustain in practice:
\begin{itemize}
\item External factors:
\begin{itemize}
\item Cartels are generally illegal in most developed countries. Risk of high fines/jail time may prevent collusion.
\item Some cartels fail because they do not control enough of the market.
\end{itemize}
\item[]
\item Internal factors:
\begin{itemize}
\item Cartel members have incentives to cheat other members of the cartel.
\end{itemize}
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Cartels}
\begin{itemize}
\item To sustain a cartel, members must be able to detect cheating and punish violators.
\begin{itemize}
\item To detect cheating:
\begin{itemize}
\item Some cartels give members the right to inspect each other's accounts, or divide the market by region/customer.
\item Cartels may also turn to industry organizations to collect data on a firm's market share.
\end{itemize}
\item[]
\item To enforce the cartel:
\begin{itemize}
\item \underline{Most-favored-customer clause}: The seller would not offer a lower price to any other current or future buyer without offering the same price decrease to the firms that signed these contracts.
\end{itemize}
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Cartels}
\begin{itemize}
\item Some cartels result from government policy.
\begin{itemize}
\item Sometimes governments help create and enforce cartels, exempting the participants from antitrust and competition laws.
\end{itemize}
\item[]
\item Some cartels result from barriers to entry into a market.
\begin{itemize}
\item With high barriers to entry, a cartel with have few members. Fewer firms makes it easier to find cheaters and impose penalties.
\end{itemize}
\end{itemize}
}
\section{Cournot Oligopoly}
\frame{
\frametitle{Outline}
\begin{enumerate}
\item Overview
\item[]
\item Cartels
\item[]
\item \alert{Cournot Oligopoly}
\item[]
\item Bertrand Oligopoly
\item[]
\item Monopolistic Competition
\end{enumerate}
}
\frame{
\frametitle{Types of Oligopoly}
\begin{itemize}
\item If they are not actively trying to collude and form a cartel, oligopolistic firms can compete by independently setting \underline{prices} or \underline{quantities}.
\item[]
\item The model we need to use to understand how oligopoly will work depends on whether firms are setting quantities or prices.
\begin{itemize}
\item If firms are \textbf{independently setting quantities}, we need to use the \underline{Cournot model}.
\item If firms are \textbf{independently setting prices}, we need to use the \underline{Bertrand model}.
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Cournot Oligopoly}
\begin{itemize}
\item The Cournot model is based on four key assumptions:
\begin{enumerate}
\item Few firms and no entry.
\item Identical costs.
\item Identical products.
\item Firms choose output levels independently and simultaneously.
\end{enumerate}
\item[]
\item Level of output is a \textit{strategic choice}.
\begin{itemize}
\item Firms set quantities independently, but prices adjust as needed until market clears.
\begin{itemize}
\item This means that firm profits are interdependent.
\end{itemize}
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Cournot Oligopoly}
\begin{itemize}
\item Oligopolistic firms choose output to maximize profits.
\item[]
\item Key departure: Firms make profit maximizing decision based on their \underline{residual demand curves}.
\begin{itemize}
\item The residual demand curve is the market demand that is not met by other sellers at any given price:
\begin{align*}
D^{r}(p) = D(p) - Q^{0}
\end{align*}
\end{itemize}
\item Profit maximizing decision ($MR^{r} = MC$) yields the firm's \underline{best response}.
\begin{itemize}
\item Best response tells firm the profit maximizing level of output \textit{given what other sellers are producing}.
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Cournot Oligopoly}
\begin{itemize}
\item As an example, consider competition between American Airlines and United Airlines on flights between Chicago and Los Angeles.
\begin{itemize}
\item This is an example of a \textit{duopoly}.
\item Total market output: $Q = q_{A} + q_{U}$
\end{itemize}
\item[]
\item For simplicity, assume that American and United face the same marginal costs.
\item[]
\item First step: Determine how much American will produce given United's output.
\end{itemize}
}
\frame{
\frametitle{Cournot Oligopoly}
\begin{figure}
\includegraphics[scale=0.4]{../images/oligopoly/cournot.png}
\end{figure}
}
\frame{
\frametitle{Cournot Oligopoly}
\begin{itemize}
\item American repeats this exercise for every level of residual demand:
\begin{align*}
q_{A} = Q(p) - q_{u}
\end{align*}
\item This yields American's best response to any level of output from United.
\item[]
\item United's best response is determined in an analogous way.
\end{itemize}
}
\frame{
\frametitle{Cournot Oligopoly}
\begin{figure}
\includegraphics[scale=0.4]{../images/oligopoly/best_response.png}
\end{figure}
}
\frame{
\frametitle{Cournot Oligopoly}
\begin{definition}[Nash-Cournot Equilibrium]
A set of quantities chosen by firms such that, holding the quantities of all other firms constant, no firm can obtain a higher profit by choosing a different quantity.
\end{definition}
\begin{itemize}
\item[]
\item Equilibrium quantity must be on the best response curve for all firms.
\end{itemize}
}
\frame{
\frametitle{Cournot Oligopoly}
\begin{itemize}
\item If two Cournot firms set output independently, the Nash-Cournot equilibrium price to consumers is lower than the monopoly price.
\begin{itemize}
\item It is possible to verify, with one firm, in our airline example, $Q=96$ and $p=\$243$.
\end{itemize}
\item[]
\item As the number of firms increases, the equilibrium price is even lower.
\begin{itemize}
\item With a large enough number of firms, the Nash-Cournot equilibrium approaches the competitive outcome.
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Cournot Oligopoly}
\begin{itemize}
\item Oligopolistic firms may desire to merge to increase profit.
\item[]
\item In general there are two types of mergers:
\begin{enumerate}
\item \underline{Vertical mergers} that may lower cost with more efficient supply chain organization.
\item \underline{Horizontal mergers} that may increase market power and reduce competition.
\end{enumerate}
\item[]
\item Mergers designed to reduce competition are rarely profitable unless accompanied by a cost reduction.
\end{itemize}
}
\section{Bertrand Oligopoly}
\frame{
\frametitle{Outline}
\begin{enumerate}
\item Overview
\item[]
\item Cartels
\item[]
\item Cournot Oligopoly
\item[]
\item \alert{Bertrand Oligopoly}
\item[]
\item Monopolistic Competition
\end{enumerate}
}
\frame{
\frametitle{Bertrand Oligopoly}
\begin{itemize}
\item In the Bertrand model, \textbf{prices are the strategic choice}.
\begin{itemize}
\item Firms set prices and then consumers decide how many units to buy.
\end{itemize}
\item[]
\item Firms must account for the pricing decisions of all other firms in the market.
\begin{itemize}
\item E.g. Duopoly
\begin{itemize}
\item Firm 1's best response curve comes from answering ``What price should we (Firm 1) set if Firm 2 sets a price of $p_{2}=x$?'' for all possible values of $x$.
\item Firm 2's best response curve comes from answering ``What price should we (Firm 2) set if Firm 1 sets a price of $p_{1}=y$?'' for all possible values of $y$. \end{itemize}
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Bertrand Oligopoly}
\begin{definition}[Nash-Bertrand Equilibrium]
The set of prices such that no firm can obtain a higher profit by choosing a different price if the other firms continue to charge these prices.
\end{definition}
\begin{itemize}
\item[]
\item Nash-Bertrand equilibrium differs from the Nash-Cournot equilibrium; with Bertrand, firms only earn positive profits if they produce differentiated products.
\end{itemize}
}
\frame{
\frametitle{Bertrand Oligopoly}
\begin{itemize}
\item As an example, consider a price-setting oligopoly where firms have identical costs and produce identical products.
\item[]
\item Suppose there are two firms (Firm 1 and Firm 2) that produce identical products, and have identical costs so $MC=AC=\$5$.
\item[]
\item What price should each firm charge?
\end{itemize}
}
\frame{
\frametitle{Bertrand Oligopoly}
\begin{figure}
\includegraphics[scale=0.4]{../images/oligopoly/identical.png}
\end{figure}
}
\frame{
\frametitle{Bertrand Oligopoly}
\begin{itemize}
\item When firms produce identical products, the Nash-Bertrand Equilibrium outcome is the same equilibrium as perfect competition.
\item[]
\item This seems implausible for two reasons:
\begin{enumerate}
\item In a market with few firms, why would firms compete so vigorously that they earn no profit?
\item Equilibrium depends only on costs; it is insensitive to demand conditions or the number of firms.
\end{enumerate}
\item[]
\item \underline{Implication}: Nash-Cournot model is better suited for understanding markets with identical products.
\end{itemize}
}
\frame{
\frametitle{Bertrand Oligopoly}
\begin{itemize}
\item The Bertrand model is better suited for understanding markets featuring differentiated products.
\item[]
\item E.g. Coke and Pepsi
\begin{itemize}
\item Two firms with nearly identical costs:
\begin{align*}
MC = AC = \$5
\end{align*}
\item Products are differentiated, so some consumers prefer one to the other regardless of price.
\begin{itemize}
\item This means neither firm has to exactly match a price cut by its rival.
\end{itemize}
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Bertrand Oligopoly}
\begin{figure}
\includegraphics[scale=0.4]{../images/oligopoly/different.png}
\end{figure}
}
\section{Monopolistic Competition}
\frame{
\frametitle{Outline}
\begin{enumerate}
\item Overview
\item[]
\item Cartels
\item[]
\item Cournot Oligopoly
\item[]
\item Bertrand Oligopoly
\item[]
\item \alert{Monopolistic Competition}
\end{enumerate}
}
\frame{
\frametitle{Monopolistic Competition}
\begin{itemize}
\item Final market structure: \underline{Monopolistic Competition}
\begin{itemize}
\item Features the price setting characteristics of monopoly and oligopoly and the free entry of perfect competition.
\begin{itemize}
\item Firms face downward sloping demand curves, and have market power.
\item Firms may earn zero profit in the long run due to free entry.
\end{itemize}
\end{itemize}
\item[]
\item Demand may be downward sloping for two reasons:
\begin{enumerate}
\item Market demand may be limited so there is only room in the market for a few firms; each firm faces a residual demand curve that is downward sloping.
\begin{itemize}
\item E.g. A market may only be large enough to support a few service providers (barbers/plumbers/etc).
\end{itemize}
\item Firms produce differentiated products. Each firm can retain those customers who like product more even if its prices is above that of rivals.
\begin{itemize}
\item E.g. Food trucks.
\end{itemize}
\end{enumerate}
\end{itemize}
}
\frame{
\frametitle{Monopolistic Competition}
\begin{figure}
\includegraphics[scale=0.4]{../images/oligopoly/mon_comp.png}
\end{figure}
}
\frame{
\frametitle{Monopolistic Competition}
\begin{itemize}
\item If all firms in a monopolistically competitive market \textbf{produce identical products and have identical costs}, each firm earns \textit{zero economic profit in the long run}.
\item[]
\item \textbf{If firms have different cost functions or produce differentiated products}, then firms will likely differ in their long run profitability.
\begin{itemize}
\item Low-cost firms, or firms with superior products may earn positive economic profit in the long run.
\end{itemize}
\end{itemize}
}
\frame{
\frametitle{Takeaways}
\begin{enumerate}
\item Oligopolistic firms have an incentive to collude and form a cartel.
\item[]
\item In oligopolies, firm profits are interdependent. Profitability depends on differences in cost and product differentiation.
\item[]
\item In monopolistically competitive markets, profitability also depends on differences in cost and product differentiation. If firms produce identical goods with identical costs, they all earn zero economic profit in the long run.
\item[]
\item {I expect you to know the basics of cartel, Cournot and Bertrand oligopoly, as well as monopolistic competition, and to recognize what the graphs are telling you. You do not need to do any of the calculations.}
\end{enumerate}
}
\end{document}